You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!