RNLazyBundleLoading Save

A working example of lazy bundle loading using React Native

Project README

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 using Cmd + 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.

Demo

Demo

Open Source Agenda is not affiliated with "RNLazyBundleLoading" Project. README Source: karanjthakkar/RNLazyBundleLoading

Open Source Agenda Badge

Open Source Agenda Rating