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!
Hi, we are using RN 0.72 with new architecture and we've tried to use `use_frameworks! :linkage => static` to upgrade our dependency of Firebase. However after doing that compilation of...
https://github.com/th3rdwave/react-native-safe-area-context/blob/930f703ca3337f407e2df13d1f4ec8e9ffcdb654/react-native-safe-area-context.podspec#L24 This line for install_module_dependencies(s) is in wrong spot. See: https://reactnative.dev/docs/the-new-architecture/backward-compatibility-fabric-components Please take use_fabric off, and remove dependencies.
Document configs that may need to be turned on for this library to work as expected https://developer.android.com/guide/topics/manifest/activity-element - [windowSoftInputMode](https://developer.android.com/guide/topics/manifest/layout-element#wsoft)
On iPad, `insets.top` changes during an orientation change from X to 0 and back to X, causing the app to re-render and recalculate layouts back and forth. This only happens...
Repro: https://github.com/chriszs/test-expo-app/pull/4 Before enabling new arch: After: This is with 4.10.1.
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
 
In iOS systems, when UIDocumentPickerViewController is displayed, useSafeAreaFrame returns the correct result, but when UIDocumentPickerViewController is hidden, the result returned by useSafeAreaFrame is not restored
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). Commits d87f3b6 [dist] 6.2.3 eeb76d3 [security] Fix...
When using the inside an Stack presentationModal like layout ```tsx ``` and inside [id].tsx ``` ``` the top padding on an iPhone 15 pro max is huge. the `useSafeAreaInsets` returns...