-
-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
Description
When using @baronha/react-native-photo-editor on Android devices with targetSdkVersion 35, the photo editor screen does not respect the system safe areas. The top and bottom parts of the UI — including some buttons — are hidden behind the status bar and the navigation bar, making them hard or impossible to use.
Current behavior
On Android 13 and newer (tested on Android 14 and 15), the editor screen overlaps with:
- The status bar (top)
- The navigation bar (bottom)
As a result, buttons or tools placed near the top or bottom edges are obscured or clipped.
Environment
- Library version: @baronha/[email protected]
- React Native version: 0.76.9
- Android targetSdkVersion: 35
- Device(s) tested: Pixel 9, Oneplus (android 15) and Android Emulator API 35
Let me know if I can provide any more details or help testing a fix. Thanks for maintaining this library!
Metadata
Metadata
Assignees
Labels
No labels