简体   繁体   中英

Bundling of index.js is taking forever in react-native

I'm currently working on a react-native project in which bundling of index.js file is taking forever.

First, I thought it was in development mode but even after creating an APK , It shows splash screen for almost 1 minute and sometimes it passes 2 minutes.

What I have tried: I also removed splash screen thinking it was the issue in splash screen. But after removing splash screen it shows white screen for the same time it was showing splash screen. I have tried researching after it but found no solution at all.

This is the step where it get stuck for up-to 2 mins even in release APK: 在此处输入图像描述

Solved: It was due to a package taking forever to initialize itself.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM