Modal Not Covering SafeAreaView and Status Bar on Android in React Native 0.77 #49256
Labels
Component: Modal
Needs: Attention
Issues where the author has responded to feedback.
Platform: Android
Android applications.
Description
In React Native 0.77, the Modal component behaves inconsistently across platforms. On iOS, the modal correctly covers the entire screen, including the SafeAreaView and StatusBar. However, on Android, the modal does not cover the StatusBar or respect the SafeAreaView, leaving gaps at the top of the screen.
Steps to reproduce
Create a Modal component with transparent={false}
Example Code
React Native Version
0.77.0
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/bharath-hba/react-native-model-0.77/tree/main/ReproducerApp
Screenshots and Videos
The text was updated successfully, but these errors were encountered: