react-native-safe-area-context
react-native-safe-area-context copied to clipboard
A flexible way to handle safe area insets in JS. Also works on Android and Web!
Hi, I've installed last versions of react-navigation and react-native-safe-area-context, and we have an issue with Android bottom navigator. This behavior is occurring, at least on my phone (Asus Zenfone 5),...
pretty much what the title says. Is there a way to set a listener so the context triggers updates on device resize for web?
I just updagraded from 0.7.3 to the latest v3. I replaced `initialWindowMetrics.bottom` with `initialWindowSafeAreaInsets.insets.bottom`. While this should be 0 (and was in v0.7.3), I am now getting 34 on the...
When the view containing the `SafeAreaProvider` remounts, the content isn't rendered. Repro: https://snack.expo.io/@satya164/safe-area-bug It works on iOS and Web. Because of this issue, it's not possible to use React Navigation...
It works with react-native's SafeAreaView as expected but I'm not sure it is on purpose.  ```js /** * Sample React Native App * https://github.com/facebook/react-native * * @format * @flow...
I have an app with `android:windowTranslucentNavigation` enabled, which makes it so Android doesn't resize the window for the soft keyboard. `react-native-safe-area-context` handles this well for most versions of Android, but...
# 👉 [jump to the solution](https://github.com/th3rdwave/react-native-safe-area-context/issues/110#issuecomment-668864576)
This error is located at: in n in A in RNCSafeAreaProvider in Unknown in b in c in L in RCTView in RCTView in c', reason: 'Unhandled JS Exception: TypeError:...
Hello, I don't know if this is normal behaviour or a problem. I use a safeAreaView to create a button that extends to the very bottom of the page even...
react native :0.62.2 , react-native-safe-area-context:3.0.2