-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Weird behaviour with react-navigation@next and react-native-safe-area-context #6777
Comments
I am not sure if this would help you, but instead of using "react-native-safe-area-context", perhaps try: |
@joshualimpj yup I tried it but as the React Native docs says:
|
I'm also experiencing this. I've narrowed it down to being an issue in particular with Tab.Navigator. When using Stack.Navigator it renders completely fine, even without wrapping the component in SafeAreaView or SafeAreaProvider |
Downgrade to 0.5.0 will fix your problem |
Closing since this looks like an issue with |
Weird behaviour with react-navigation@next and react-native-safe-area-context view the following GIF:
The safe area is not applied and also the screen keeps shifting
Package versions:
"@react-navigation/core": "^5.0.0-alpha.22",
"@react-navigation/material-top-tabs": "^5.0.0-alpha.17",
"@react-navigation/native": "^5.0.0-alpha.15",
"@react-navigation/stack": "^5.0.0-alpha.36",
"react-native-gesture-handler": "^1.5.0",
"react-native-reanimated": "^1.4.0",
"react-native-safe-area-context": "^0.6.0",
"react-native-screens": "^2.0.0-alpha.11",
"react-native-tab-view": "^2.10.0",
The text was updated successfully, but these errors were encountered: