Library to manage dynamic update in react native

时间:2017-12-18 07:17:30

标签: android react-native google-play

I am building a demo app in react native (hello World).It is build and running happily.Now i need to update the content of the app ( without updating through play store) from displaying hello world to hello world 1.So i need to update the JSBundle in the app.So far i tried to use the following library

  1. aeroFS - react native auto updater (But this not upto date)
  2. Code Push - this is really a nice library but the new update bundle needs to be pushed to the code push server which is not recommended in my use case as i develop for an organisation.

I tried to implement on my own using above libraries but not successful. Any help regarding this is highly appreciated

0 个答案:

没有答案