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

### Bug summary linting errors when compiling android ``` [15:12:37]: ▸ w: file://node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaContextPackage.kt:27:11 'constructor ReactModuleInfo(String, String, Boolean, Boolean, Boolean, Boolean, Boolean)' is deprecated. use ReactModuleInfo(String, String, boolean, boolean, boolean, boolean)]...

i'm using expo 52 and edge-to-edge support and when i tested on my samsung galaxy s8, the navigation bar is hidden but the inset is wrong. ![388208896-83a72475-5420-48ea-8e63-be5b6ef2a3c1 (1)](https://github.com/user-attachments/assets/02636d47-7a1d-4249-b48a-724c3d70dbf4) the value...