Skip to content

React Native Startup Optimizations in Android

Published:

For any app the startup time is the most critical time frame, also in React Native as well we can optimize the startup using these techniques.

Table of Content

Why To Optimize

How to Profile

Perfetto

React Markers

How we can Optimize

Lazy loading of React Packages

LazyReactPackage

TurboReactPackage

Lazy loading of View Managers

Measure the impact


Next Post
Deploy Android App on Play Store using Github Action