Reputation: 383
Assume a scenario where I had published my app (which has been built with React Native) to Appstore/Playstore. Is it possible for me to stream new changes to the app without doing a new release (by this I mean a new version release).
Also if you guys came across any article related to React Native's app publishing process do share me.
Upvotes: 6
Views: 3770
Reputation: 4033
There is one startup that is working on such product: AppHub Discussions about possible caveats you can find here
If you want to build it yourself you can try to implement something similar
Update: There is free offering from Microsoft for Cordova and React Native projects - CodePush
Upvotes: 7