react-native-safe-area-context
react-native-safe-area-context copied to clipboard
SafeAreaProvider doesn't render content on Android if the view remounts
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 5 on Snack right now :(
Having the same issue. @satya164 found any workarounds for this?
@satya164 Do you know if this is still an issue?
It only happened on snack so I can't check until expo includes it :<
Seems to still be an issue. On Android our app never leaves the SplashScreen when we add a SafeAreaProvider.
We thus add the SafeAreaProvider only on ios, and it works for now.
This is for v3 of the library, and we're on v4. Please re-open a new issue if you're still facing issues