react-native-safe-area-context icon indicating copy to clipboard operation
react-native-safe-area-context copied to clipboard

A flexible way to handle safe area insets in JS. Also works on Android and Web!

Results 152 react-native-safe-area-context issues
Sort by recently updated
recently updated
newest added

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),...

bug
Platform: Android

pretty much what the title says. Is there a way to set a listener so the context triggers updates on device resize for web?

bug
help wanted
good first issue
Platform: 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...

bug

It works with react-native's SafeAreaView as expected but I'm not sure it is on purpose. ![SafeAreaView](https://user-images.githubusercontent.com/24571455/93021582-5bee0a00-f61e-11ea-8343-377d1ab05fff.png) ```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