-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundling loader stuck forever on screen #2210
Comments
You're stuck at 98%, not 100%? |
Am having the same problem with |
I think with 0.74+ the loading screen has been buggy, so I would call this method somewhere in your App / AppDelegate to disable:
|
Shoot. Solved by restarting metro ! Sorry ! No need to add RCTDevLoadingViewSetEnabled(NO); |
Could y'all try applying #2211 locally (just copy and paste the changes in your Xcode project) and tell me if this works? |
Environment
Steps to reproduce the bug
npx react-native start --reset-cache
npx react-native run-macos
Expected Behavior
I kill the
npx react-native start --reset-cache
process and the app itselfI can reload metro and rebuild
Actual Behavior
My app launches but a "Bundling" loader is forever stuck on it.
The app builds, I even see it in the background with cached state loaded and it makes requests to the server but a "Bundling 98%" load blocks me from interacting with it.
Reproducible Demo
No response
Additional context
This might be a case of "small convenience feature actually kills dev experience"
The way to fix this bug seems to be to have the "build" window in the background such that the "Bundling" loader never appears -- It's unrelated to the app working
The text was updated successfully, but these errors were encountered: