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!
## Summary This change fixes the following issue for apps targeting SDK 35+ https://github.com/facebook/react-native/issues/49759 Technical details: > Before targeting SDK 35, using `android:windowSoftInputMode=”adjustResize”` was all you needed to maintain focus...
For Android 13 and below OS version in Android, the safe area context properties using insets like padding top and padding bottom is not resolving the issue of header overlap...
### Description  ``` `No ViewManager found for class RNCSafeAreaProvider get (ViewManagerRegistry.java:88) createShadowNode` ``` Steps to reproduce Create new React Native project (react-native init MyApp --version 0.80.1) Add/remove some packages...
Hello It looks like your podspec is referencing React-Codegen as dependency. This is the podspec.json of React-Codegen: https://cdn.cocoapods.org/Specs/5/4/e/React-Codegen/0.1.0/React-Codegen.podspec.json The content of the github project is clearly not what you intended...
### Description * What went wrong: Execution failed for task ':app:mergeDexRelease'. > A failure occurred while executing com.android.build.gradle.internal.tasks.DexMergingTaskDelegate > There was a failure while executing work items > A failure...
### Description If an iPad rotates while StatusBar is hidden, and then StatusBar is shown, the insets do not get updated. The StatusBar ends up overlapping with the content on...
[Android] Native Navigation Bar overlaps with React Navigation bottom tabs on Samsung Galaxy S24 FE
### Description On certain Android devices, particularly the Samsung Galaxy S24 FE, the device's native navigation bar overlaps with the app's bottom tab bar implemented with React Navigation, causing UI...
## Problem Description When using `react-native-safe-area-context`'s `SafeAreaView` with React Navigation headers, extra spacing appears between the header and content on iOS. This doesn't happen when using `react-native`'s built-in `SafeAreaView`. ##...
As mentioned in the docs https://appandflow.github.io/react-native-safe-area-context/#new-architecture-support the new architecture support is experimental. My question, is there an official timeline or roadmap for full New Architecture support on Android, or potentially...
https://github.com/AppAndFlow/react-native-safe-area-context/blob/f1059ddeb6d7fcf5f235fa7ae3f2a5f40040df71/ios/RNCSafeAreaProvider.m#L6 the file suppose to be referenced as #import instead of #import "RCTUIManagerObserverCoordinator.h" as it seems not to be a part of the repo but of React itself