DEV Community

Discussion on: How Expo solved 90% of our mobile deployment issues

Collapse
 
margaridadinis profile image
Margarida Dinis

Thanks!

My project uses the Expo managed workflow because luckily we don't need any library that Expo doesn't provide. But I believe that if you use an Expo bare workflow, you'd be able to use most Expo functionalities and add any external native module.

About OTA, once the app is in the store when you run expo publish the bundle gets updated, and the next time the user opens the app it will automatically load the new version! Pretty amazing! You can read more here.

Good luck with moving to Expo!