What is the best practical way to decrease react native app launch time?

440 views Asked by At

I have read so many articles but still couldn't get a proper solution on possible ways to reduce app launch time for react native app.

On Analysing my app loads 1243 modules and 1770 modules are in waiting state for the first time the app is loaded. It is taking 12 seconds for the app to load and display splash screen.

I want to reduce this 12 seconds time to at least 6-9 seconds.

1

There are 1 answers

0
Thanhal P A On

This one is a good article to Improve Start-up Time If you aren't already gone through it.