简体   繁体   中英

React Native replace bundle.js

Is it possible to make a native modules, that can replace main.bundle.js inside application? If UI changes user will not have to update application, application will just pull new js bundle.

Yes. There already are some libraries that do exactly that.

react-native-auto-updater is only the client part that does the update on the device. CodePush on the other hand is a complete solution that also helps you distribute your code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM