Hari
Hari

Reputation: 383

Over the air update with React Native

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

Answers (1)

Yevgen Safronov
Yevgen Safronov

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

Related Questions