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!
Finally narrowed this down in my app - this package triggers reflows on mount on the web. I haven't taken the time to track it down yet but will revisit...
When navigating to a new screen, a short flicker/jump appears. I am using SafeAreaProvider wrapped around the rest of my app and then using SafeAreaView at the root of my...
Hello, I was updating the dependencies in my app recently and when I updated this dependency v3.4.1 to the latest version 4.1.4 the app is now rendering where the StatusBar...
I'm facing an issue related to SafeAreaUtils.kt while trying to run the app on the emulator. **Unresolved reference: R** Image attached ``` System: OS: macOS 12.4 CPU: (8) x64 Intel(R)...
I've had a lot of problems using this library in situations where there are components using the safe area view or components rendering at the same time as safe area...
We encountered an issue with this package. At app start the app seems to crash/freeze and nothing happens, with the splash screen not disappearing. After some debugging I found out...
I upgraded this library today: ``` - "react-native-safe-area-context": "^3.3.2", + "react-native-safe-area-context": "^4.3.1", ``` and found that Jest is unable to run due to an issue with `_NativeSafeAreaContext.default.getConstants`. The error reported...
If the app is launched from carplay, the insets here will be null which cause SafeAreaProvider doesn't render content https://github.com/th3rdwave/react-native-safe-area-context/blob/b1824ef84d78a44e91cd156a29abe3da243eee94/src/SafeAreaContext.tsx#L78
When I wrap any List with SafeAreaProvider the list Items are rendered multiple times. Please check this snack [https://snack.expo.dev/@mydesweb/safeareaissue](https://snack.expo.dev/@mydesweb/safeareaissue) . 1. Open the code from your device 2. Check the...
Have the release notes / changelogs moved? The tags are showing:  But the most recent release is 4.1.4: 