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!
I would like to be able to pass an empty array to the edges prop of SafeAreaView when I don't want any safe area edges. The use case is a...
Report the issue also here as requested in the issue reported here: https://github.com/react-navigation/react-navigation/issues/8425 ## Current Behavior We have a profile view as stackview within a tabbarview. In profile you can...
Translucent StatusBar causes useSafeAreaInsets to return incorect values causing flicker reprepo with bug example: https://github.com/vasafix/translucent-status-bar-bug video example:  react-native: 0.67.1 react-native-safe-area-context: 3.3.2
React Native Environment Info: System: OS: macOS 11.6 CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz Memory: 225.46 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 10.17.0...
Hello, I began to switch from react-navigation SafeAreaView to your lib, and I'm experiencing a weird behavior. With the older SafeAreaView we could obtain a 'transparent' view to pad the...
Today I update to last version 3.1.1 and got this issue in both platforms. I tried manual linking and not working. Finally check that in node_modules missing this module
It might be convenient to include the needed android config to enable notches here Add these lines to MainActivity.java ``` import android.view.WindowManager; import android.os.Build; import android.os.Bundle; ... protected void onCreate(Bundle...
Hi, I'm having an issue using the SafeAreaView on Android, the initialWindowMetrics comes with bottom/top insets whereas the emulator device has no notch (see enclosed). ``` 'Metrics ', { frame:...
I just installed this package in order to fix notch problems on my app. However, I immediately stumbled upon a problem: The inset values don't make sense to me. I'm...
Scenes: When I use SafeAreaInsetsContext.Consumer to deal with safe screen issues. When my application enters the task management interface, it will flicker when it comes back。 reason: Can't get the...