-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
StackNavigator crashing on Android with 1.0.0-beta.16 #2853
Comments
Thanks for reporting, we'll look into it asap. |
Interesting - can't reproduce on Android https://snack.expo.io/B1pzVPURZ Checking on a nexus 5. |
I'm running it on a Nexus 5X emulator with API level 23. Not super familiar with Expo tbh, but I wonder if the behavior can differ between Expo and |
I can reproduce with |
Yeah must be a discrepancy between expo and react native |
It's due to the JSC version on Android (Expo specifies a higher one, which is why we didn't see that error before). If you turn on remote debugging on Android the app will render. Still trying to figure out why this occurs and how to fix it. |
Getting the exact same error. Nexus 5X real device, API level 25.
|
@huangbong
for directly install react-navigation from this repository with commit where it bug fixed. |
@allmaxgit works perfect now. Thanks! |
dave solution works with editing src/views/SafeAreaView.js |
I don't know if I should open up a separate issue for this, but I found that under beta.16, my stack developed an unsightly white gap over the toolbar that went away when I rolled back to beta.15. |
@johngoren I've experienced that issue with beta.15 |
@johngoren @clickclickonsal yeah we already fixed the header issue, I suggest you point to master if you have the necessity to be on |
Quick update: we released ´beta.17´, @richeterre can you please update and close this issue if it's fixed? |
It's a fix! Thank you for the quick response, and keep up the good work ❤️ |
Current Behavior
react-native init
StackNavigator
:Result:
Expected Behavior
The app should render a
StackNavigator
with a screen containing the text "Blank". On iOS this works as expected.Your Environment
The text was updated successfully, but these errors were encountered: