-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Material Tab Navigator not compatible with iPhone 12 #2323
Comments
Couldn't find version numbers for the following packages in the issue:
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3. |
I can see this issue with: react-native: 0.63.3 |
I can confirm this. The fix was to:
If you're not on expo, just make sure that you install them with yarn/npm and make sure to have v2 and not 1.1.1 And add this to your package.json (below devDependencies on root level)
|
I still have this issue with react-native-paper version |
@LRNZ09 just pick the workaround I've posted. Works flawlessly |
@hirbod your workaround works, but I'd like the @callstack team to take care of this bug |
@Trancever any chance we can get this fixed soon? |
sadly tried this but to no avail. Here's where a few of us are still having issues react-navigation/react-navigation#9110 (comment) another issue reffing this: react-navigation/react-navigation#8842 |
The dependency react-native-safe-area-view should be changed to "^2.0.0", which supports the iPhone 12 series.
At the moment, the safe area does not work properly on iPhone 12.
The text was updated successfully, but these errors were encountered: