SkillAgentSearch skills...

RNLazyBundleLoading

A working example of lazy bundle loading using React Native

Install / Use

/learn @karanjthakkar/RNLazyBundleLoading
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

View on GitHub
GitHub Stars60
CategoryDevelopment
Updated1y ago
Forks9

Languages

Objective-C

Security Score

70/100

Audited on Sep 6, 2024

No findings