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

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

enhancement
help wanted
Platform: Web

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

bug
help wanted
Platform: iOS

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

bug
help wanted
Platform: iOS

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: ![Screenshot 2022-05-19 at 17 03 34](https://user-images.githubusercontent.com/2145641/169346189-888ecfed-c940-4507-9e5a-c40e08718532.png) But the most recent release is 4.1.4: ![Screenshot 2022-05-19 at 17 04 48](https://user-images.githubusercontent.com/2145641/169346477-916f9efb-8308-479a-acfd-366d1c067826.png)