-
Notifications
You must be signed in to change notification settings - Fork 585
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
Flipper causing expo to be stuck at 100% and give a black screen #6042
Comments
@Acetyld Using your reproduction case I observe the following using Flipper v0.210.1,
I believe it is consistent with your observations. We need to investigate more in order to understand what is the root cause. |
I want to add this:
|
This issue should require urgent attention |
For us its not a real issue anymore. We just open flipper after opening app and we reload |
Interesting, for us it still hangs with either Steps to reproduce:
|
Yhea, we develop mostly on simulators, we never run npm start, always the ios/android command from expo that are generated on a prebuild |
Am having the same issue. It usually loads the first time with a fresh app install on simulator (never works on device), but subsequent reloads fail to pass the metro stage 90% of the time. Flipper is not enabled. |
Update: Uninstalling expo-dev-client fixed the issue entirely. I don't actually use OTA so I'm not sure I really need expo-dev-client for anything other than that the UI is prettier than the default RN, so I'll go with that workaround for now. |
How frequently does the bug occur?
Always
Description
Flipper causing expo to be stuck at 100% and give a black screen, this only happens when flipper is open when connecting the metro bundler, this wont happen if you first open app and then flipper
I reproduced this as well: https://github.com/Acetyld/realm-test-expo
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
npx create-expo-app test
cd test
npm install -D expo-dev-client
npm install [email protected] or latest (11...)
npx expo install expo-build-properties
add to app.json
open flipper 0210.0
npx expo run:ios
Version
12/11
What services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
Expo 49
Build environment
Which debugger for React Native: ..
Flipper
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: