Expo.io for create app?

Hello champions. I am beginning to discover expo.io to implement in some projects due to customer demands. Do you have any useful information on how to use the HYPE PRO designer to export the project to incorporate it with expo.io?

Info about expo.io hire: https://github.com/expo/expo
Thank you in advance for any guide and help you share.

Hype animations are not ideal for react based apps as the shadow DOM potentially reinitializes the Hype Animation on refreshing if you embed it into an React template or direct react HTML output. If you put it outside of the scope of the React managed portion of your app or if you really make sure that React doesn’t trigger an refresh while your animation is running and hence finishes without a DOM refresh then you could use Hype.

1 Like