react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
Issue: Crop Selection Box Not Rotating with Image in react-native-image-crop-picker
I've noticed an issue where the crop selection box does not rotate along with the image when using react-native-image-crop-picker. The library applies the rotation transformation to the image itself, but the crop selection box remains in its original position and orientation. This misalignment makes it difficult to accurately crop images after rotating them.
Is this a known limitation of the library?
Has anyone else encountered this issue or found a workaround for it? Any guidance would be much appreciated.
Environment:
Library: react-native-image-crop-picker version 0.41.2 React Native version: 0.74.1 Platform: iOS and Android
Thanks in advance for any help!