Open gkasireddy202 opened 5 months ago
Tell us which versions you are using:
Tell us to which platform this issue is related
We need to return the same file size for iOS and Android.
When I select a 35 MB single file from the picker, the callback returns different file sizes for iOS and Android. iOS - 19133783 Android - 36700160
1.
2.
3.
// stacktrace or any other useful debug info
Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate
its becasue cropping is false. if you make it true it will crop the image according to your width and height.
Version
Tell us which versions you are using:
Platform
Tell us to which platform this issue is related
Expected behaviour
We need to return the same file size for iOS and Android.
Actual behaviour
When I select a 35 MB single file from the picker, the callback returns different file sizes for iOS and Android. iOS - 19133783 Android - 36700160
Steps to reproduce
1.
2.
3.
Attachments
// stacktrace or any other useful debug info
Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate