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

This would be a better fix for #105, however this would be a breaking native change so maybe consider waiting for next major.

enhancement
Platform: iOS
Platform: Android

Repro: https://github.com/ahce/rn-safe-area-context-bug

Platform: iOS

I'm trying to cancel bottom padding on my safe View by adding edges on top, left and right only. It doesn't seems to have any effect on the view. My...

I am using the latest version of react-native-safe-area-context 3.02 with react-navigation 5.1.6. I am unable to set the background or image cover the entire top status bar on Android phone...

Would be awesome if this library could export a RN view that uses absolute positioning to visually show the device insets from useSafeArea(). Apps that use this library could choose...

enhancement

Can the library get WindowInsets.getRoundedCorner (int position)? https://developer.android.com/develop/ui/views/theming/rounded-corners Useful for e.g. introducing routing transition animations with rounded view edges. If it is possible to obtain these values with this library?

Hi I followed the tutoriel. As shown on my image i still have blue bar. Please what am i missing ![Screenshot_20221009_155952](https://user-images.githubusercontent.com/698056/194761370-ec72f837-e4b0-425c-a82e-1cab288a0762.jpg) Thanks

i meet this problem in my app online, but in develop and test im my computer, i don't meet the same error. So i don't know what happen, the only...

Hi, I was trying to build for android but it seems to fail. **package.json** > { > "name": "-", > "version": "5.0.0", > "private": true, > "scripts": { > "android_uat":...

Any idea how to fix this when `newArchEnabled=true` ? `Plugin with id 'com.facebook.react' not found.` Thank you!