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

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

help wanted
Platform: iOS
New arch

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)

documentation
help wanted
Platform: Android

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

help wanted
Platform: iOS

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

dependencies
ruby

![2b4a61796631b66dba32adbdccfe9fd](https://github.com/th3rdwave/react-native-safe-area-context/assets/71687477/a54cb34e-b909-466a-aa92-8f45c4d7b683) ![3dd6a9b9dceaa8fc2270a80f950a920](https://github.com/th3rdwave/react-native-safe-area-context/assets/71687477/37341a12-e43b-4a09-91c7-4969ec967052)

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

dependencies
javascript

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