RNLazyBundleLoading
RNLazyBundleLoading copied to clipboard
A working example of lazy bundle loading using React Native
Lazy Bundle Loading in React Native
This repo is a working example of loading a javascript bundle lazily inside a React Native app. You can find the detailed blogpost for this here.
Running the project locally
- Open ios/RNLazyBundleLoading.xcodeproj in XCode
- Run the project by clicking on the
Play
button or usingCmd + R
- Quit the packager window that is opened up so the app loads from the pre-built bundle instead of the local metro packager. This is needed because lazy loading currently only works with pre-built bundles.