react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

[Android] The Edit photo screen overlaps system navigation bar and the top status bar

Open mrinsaaf opened this issue 4 months ago • 1 comments

Hello react-native-image-crop-picker team,

I am experiencing a UI issue on Android where the "Edit photo" screen (the cropping screen) overlaps with the system navigation bar at the bottom and the status bar at the top. This makes it difficult to use the cropping tool and see the entire image.

To Reproduce:

Open the image picker and select an image.

The cropping view appears.

Observe that the cropping view is now drawn over the system navigation and status bars.

Expected Behavior: The cropping view should be displayed within the confines of the safe area, not overlapping with the system's UI elements.

Screenshots: Image

react-native-image-crop-picker version: [^0.50.1]

Thank you for your time and for this great library!

mrinsaaf avatar Aug 05 '25 06:08 mrinsaaf