react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
[Android] The Edit photo screen overlaps system navigation bar and the top status bar
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:
react-native-image-crop-picker version: [^0.50.1]
Thank you for your time and for this great library!