react-native-safe-area-context
react-native-safe-area-context copied to clipboard
bottom inset is 0 on OnePlus 7 Pro
I'm getting a false bottom inset of 0. initialWindowMetrics
specifies a correct inset of 56, but even using that, it quickly changes to 0.
Using Expo and react-native-safe-area-context
version 3.2.0, Android v11
Having a similar problem with OnePlus 5T.
When using useSafeAreaInsets
the bottom value is equal to 0, but when using the initialWindowMetrics
object, insets.bottom is 48, but the values of initialWindowMetrics
don't change for me.
With react-native-safe-area-context : 3.2.0 and android v10
I've encounted the same issue with emulator and devices too.
having the same issue with Samsung Galaxy A32
Having the same issue with Samsung Galaxy A41.
Seems to be a problem with something called "softbar" ?
This is also happening to me, using a Pixel 3 emulator.
Same issue here, galaxy s22 and Pixel 3A emulator
Seeing the same issue on a Pixel emulator running Android 12.
Happens in versions 3.4.1 and 4.3.3
Android has a bunch of xml configs for this stuff. I know it's not documented here (PRs would be really apprecianted) - but you do have to configure them
@jacobp100
Android has a bunch of xml configs for this stuff.
What does this mean? Any concrete information would be helpful.
I know it's not documented here (PRs would be really apprecianted) - but you do have to configure them
Can you leave this Issue open, then, and perhaps rename it to reflect that it's about missing / needed documentation about some XML configs?
https://github.com/th3rdwave/react-native-safe-area-context/issues/349