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

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: ![p2P6](https://user-images.githubusercontent.com/51510519/151564637-4fe3a8f1-c09d-4139-9fde-7a4fade2b054.gif) react-native: 0.67.1 react-native-safe-area-context: 3.3.2

help wanted
Platform: Android

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

bug
help wanted
good first issue

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

invalid

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

help wanted
good first issue
Platform: Android

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

bug
help wanted
good first issue
Platform: iOS
expo

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