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

## Summary Fix TS issues for example App. ScreenProps interface removed since is not required anymore. Use navigation object from useNavigation() hook instead of props. ## Test Plan ![Screenshot 2025-06-21...

### Description On newer Android devices running Android 15 and above, the react-native-safe-area-context SafeAreaProvider's top inset does not correctly account for the status bar and display cutouts (notches). This results...

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. Release notes Sourced from brace-expansion's releases. v1.1.12 pkg: publish on tag 1.x c460dbd fmt ccb8ac6 Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)...

dependencies
javascript

### Description SafeAreaView from doesn't respect safe areas on iOS when used alongside an animated view with {translateY: 0} in the same screen. Using a basic view and padding it...

When the app goes in background mode, `` triggers a re-render with a wrong bottom inset value. ``` const MyScreen = () => { const renderNavTabBarWithInsets = (insets: EdgeInsets|null) =>...

In this file, we have a `View`: https://github.com/AppAndFlow/react-native-safe-area-context/blob/main/src/NativeSafeAreaProvider.web.tsx#L63 However, this was causing headaches with a web project of mine, seeing as the safe area context is provided at the root...

### Description Hello, I've been struggling with this issue on Android, but not on iOS. I'm trying to use `react-native-performance` to measure the starting time of my app. I'm able...

Hello and thank you for your library! :) Since yesterday morning, I haven't been able to build my project at all using the command `npx react-native run-android`. I keep getting...

Platform: Android

### Description 👋 Hi there! I'm working on supporting [edge-to-edge layout](https://developer.android.com/develop/ui/views/layout/edge-to-edge) across the entire React Native ecosystem, as it is [enforced on Android 15+](https://developer.android.com/about/versions/15/behavior-changes-15#edge-to-edge) when targeting SDK level 35 (introduced...

Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.7 to 7.27.1. Release notes Sourced from @​babel/helpers's releases. v7.27.1 (2025-04-30) Thanks @​kermanx and @​woaitsAryan for your first PRs! :eyeglasses: Spec Compliance babel-parser #17254 Allow using of...

dependencies
javascript