react-native-dynamic-bundle
react-native-dynamic-bundle copied to clipboard
Control which bundle is loaded from the Javascript side of your React Native app.
I am able to download the bundle from the remote source and active bundle is also set to the bundle which i downloaded but i could'nt see any changes on...
After downloading and applying a new bundle all local image assets (png) not displaying in the app. I'm creating new bundle with this command: react-native bundle --platform android --dev false...
@mauritsd I'm running example provided by this library but not working. showing bundle is activated after calling await getActiveBundle(); but not showing new bundle content after calling reloadBundle();. im using...
Hi @mauritsd I'm reviewing from Android (release mode) but there's an issue after active a bundle: - react-native run-android --variant=release ``` 02-28 23:47:21.404 6141-6192/? E/ReactNativeJS: Module AppRegistry is not a...
I've tried exact same thing in this issue https://github.com/mauritsd/react-native-dynamic-bundle/issues/11 But it throws me error like this. I'm testing on example project 
Added typescript typings for all functions exported from `index.js`
Hi, @mauritsd I installed your this package from npmjs and caught an error with @ReactModule annotation. Than I found out, that the last published version is 0.5.0 (2 years ago),...
Hi mate, This configuration allows to support new Android versions without problems with the sdk Regards, Juan