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!
Here's a suggestion. Currently SafeAreaView adds any margin specified by the component user to the safe area margin (assuming mode=margin here.) Sometimes it would be useful to take the _maximum_...
**Description** I built an application using ` "react-native": "0.73.6",` and `"expo": "^50.0.0"`. My current version is `"react-native-safe-area-context": "4.8.2"`. Upon running my application with a development build I receive the following...
Hey, everybody! After updating react-native (and all libraries) from version 0.70.11 to 0.72.6, I got a problem that screens with SafeAreaView open slowly and without animation. I couldn't find absolutely...
This seems to happen with translucent status bar, when it is initially rendered on app start.
Hey, I've noticed that the SafeAreaView is not working on the Pixel 7 emulator. Any ideas on how it might be fixed? :) Here's a screenshot: Code: ``` import React...
``` const insets = useSafeAreaInsets(); console.log('insets ????', insets); result --> insets ???? {"bottom": 0, "left": 0, "right": 0, "top": 28.571428298950195} ``` Above log is from Samsung Galaxy S23 Ultra physical...
### Description I've encountered a crash in my React Native application on Android when trying to set the `edges` prop on `RNCSafeAreaView`. The application crashes with the following exception: Exception...
Added run recalculation for safe_area when window did become visible ## Summary We found missed scenario when we have to run recalculation for safe_area. In case we open before native...
**Issue Summary:** I'm encountering build failures when trying to integrate the react-native-safe-area-context library into my Android project. The build fails with the following error messages: FAILURE: Build completed with 2...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...