react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
iOS and Android different image byte size for same image
Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.33.2.
- react-native v0.65.3
Platform
iOS vs Android
Expected behaviour
Same image bytes count
Actual behaviour
Different image byte count for same image on Android and iOS
Steps to reproduce
- Pick same image on Android and iOS
- Bytes size are different
Attachments
More info explained here in Stackoverflow: https://stackoverflow.com/questions/76443485/react-native-ios-and-android-different-image-byte-size-for-same-image
Same issue. I selected a 35 MB file from the picker and returned the correct size for Android and size 19133783 for iOS.
same issue