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!
### Description It works on serving, building for eas causes this error. new arch is enabled "expo": "^52.0.42", "react-native": "~0.77.1", I've tried: "react-native-safe-area-context": "5.4.1", "react-native-safe-area-context": "5.1.0", "react-native-safe-area-context": "4.12.0", error that...
### Description Hi, I just created a new react native app over the weekend, and as is usually the case, I quickly ran into an issue. I'm getting the same...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
> Task :app:checkDebugDuplicateClasses FAILED > Task :react-native-safe-area-context:compileDebugKotlin w: file:///D:/test/AwesomeProject/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaView.kt:59:23 'val uiImplementation: UIImplementation!' is deprecated. Deprecated in Java. [Incubating] Problems report is available at: file:///D:/test/AwesomeProject/android/build/reports/problems/problems-report.html Deprecated Gradle features were used in...
After upgrading to RN 0.76.1, the jest mock seems to fail to import: ``` TypeError: NativeModule.getConstants is not a function > 9 | import mockSafeAreaContext from 'react-native-safe-area-context/jest/mock'; | ^ at...
### react-native-safe-area-context version > 5.3.0 ### Error Content Build file 'xxx/node_modules/react-native-safe-area-context/android/build.gradle' line: 50 A problem occurred evaluating project ':react-native-safe-area-context'. Unsupported value: 34. Format must be one of: - android-31 -...
When upgrading from 4.13.0 to 4.13.1, start facing a TypeError due to a recent mock update https://github.com/th3rdwave/react-native-safe-area-context/pull/449 Following the guide, I included the `react-native-safe-area-context` to my transformIgnorePatterns ``` transformIgnorePatterns: [...
Currently if react native project compiled against kotlin > 2.0 so safe area generate error. `/node_modules/react-native-safe-area-context/android/src/paper/java/com/th3rdwave/safeareacontext/UIManagerHelperCompat.kt:18:19 Class 'kotlin.Suppress' was compiled with an incompatible version of Kotlin. The actual metadata version...
Hi @janicduplessis, I always get this message: ``` > Task :react-native-safe-area-context:processReleaseManifest package="com.th3rdwave.safeareacontext" found in source AndroidManifest.xml: React-native-MyApp/node_modules/react-native-safe-area-context/android/src/main/AndroidManifest.xml. Setting the namespace via the package attribute in the source AndroidManifest.xml is no...
While upgrading from rn-0.70.15 -> rn-0.72.17 getting below attached issue ``` Unhandled JS Exception: Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite...