-
-
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
Botton tab don't respect safe area in iOS 14.2.1 (iPhone 12) #9110
Comments
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
Can you verify that the issue still exists after upgrading to the latest versions of these packages? |
This is happening with version 5.8.10 too |
Hey! Thanks for opening the issue. Seems that this issue issue related to |
This is happening with version 3.13.0 too |
same too, anyone can help? |
I am seeing this issue on iPhone 12, 12 pro and 12 pro max running 14.2. Does not show up on an iPhone 12 mini. It does not appear to be related to |
sadly the following didn't fix it for me but it worked for some others. Lmk if it works for any of you btw, I'm having the exact same results as you @jeremiahk here's another issue too ref'ing this: #8842 |
Hey! Thanks for opening the issue. Can you provide a minimal repro which demonstrates the issue? Posting a snippet of your code in the issue is useful, but it's not usually straightforward to run. A repro will help us debug the issue faster. Please try to keep the repro as small as possible. The easiest way to provide a repro is on snack.expo.io. If it's not possible to repro it on snack.expo.io, then please provide the repro in a GitHub repository. |
I was able to get it working by following this comment. In my case, all I needed to do was wrap my AppContainer in a SafeAreaProvider. |
Hey guys, I discovered my problem, when try to do some fix, I saw old code to identify when running on iphonex checking screen size, and for iphone 12 is different. If you are using packages like The strange thing is the screen size on my iPhone 12 pro max simulator, because keep using Iphone 11 screen size. |
I'm using react-navigation v2,too. |
Had similar safe area issues on iPhone 12 running iOS 14.2. I found that the issues disappeared when downgrading Xcode from 12 to 11. |
Look at the source code, the essence is guard iphone12 model screen size to do adaptation |
callstack/react-native-paper#2419 quick update from my end: updating to v4.5.0 fixed it for me |
After upgrading my iPhone from X to 12 Pro, I experienced this issue. |
Current Behavior
Only in iPhone 12 (access only in PRO from user) with version 14.2.1 (works fine in 14.2)
On IPhone X and IPhone11 ios 14.2.1 is not available (when I wrote this issue). With IOS 14.2 works fine in IPhone X, 11 and 12.
Bottom tab don't respect safe area.
Expected Behavior
Your Environment
The text was updated successfully, but these errors were encountered: