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, I use your module in a react-native-app, and I presume I need to mock it when I want to use it with react-native-web, do you guys have an install...

The SafeAreaView appears to be adding extra padding below the Navigation bar when using react-navigation - Note the safe area goes all the way to the top but adds padding...

I notice some performance issue while using SafeAreaView. These performance issue will not happen in high end device (because it render realy fast) ![bug](https://user-images.githubusercontent.com/816817/86288081-7f0a3f80-bc13-11ea-9681-a0fa1e749f6e.gif) Currently I endup using useSafeAreaInsets because...

Hi guys. I have a big problem with this error. Everytime I use this package and wrap App.js code in "SafeAreaProvider" in react native cli, I get this error and...

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

I'm getting a false bottom inset of 0. `initialWindowMetrics` specifies a correct inset of 56, but even using that, it quickly changes to 0. Using Expo and `react-native-safe-area-context` version 3.2.0,...

## Summary Building off the mocks added [here](https://github.com/th3rdwave/react-native-safe-area-context/commit/9fa4cb8182388832a44238001fdc2bd35f02a1ca#diff-88fd4d6b6eb56e14365572f91f687a7946cf775b419cd1afcdd2dcd71d33b1fa), this PR adds mocks for the `useSafeAreaInsets` and `useSafeAreaFrame` hooks. ## Test Plan I do not see any tests for this file....

## node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaView.kt: (50, 23): 'getter for uiImplementation: UIImplementation!' is deprecated. Deprecated in Java ``` react-native-safe-area-context: ^4.3.1 react: 18.0.0 react-native: 0.69.1 react-native-screens: ^3.14.1 ```

help wanted
Platform: Android

https://github.com/th3rdwave/react-native-safe-area-context/blob/ccce005593e19fd24ab27f5e3f9d3f2c00d220c7/src/SafeAreaView.web.tsx#L22 Web version of SafeAreaView is missing a forwardRef passing the ref to the underlying returned View. e.g. similar to mobile version: https://github.com/th3rdwave/react-native-safe-area-context/blob/d14de35ac6faa1dd61d370e04443999a86f2d5b2/src/SafeAreaView.tsx#L9

# Issue `` not working inside Modal, using `useSafeAreaInset()` and it is working correctly. At V3 it was working correctly. I created a demo repo to better demonstrate it and...