react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

iOS and Android different image byte size for same image

Open devWaleed opened this issue 2 years ago • 2 comments

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

  1. Pick same image on Android and iOS
  2. Bytes size are different

Attachments

relreal

More info explained here in Stackoverflow: https://stackoverflow.com/questions/76443485/react-native-ios-and-android-different-image-byte-size-for-same-image

devWaleed avatar Jun 09 '23 21:06 devWaleed

Same issue. I selected a 35 MB file from the picker and returned the correct size for Android and size 19133783 for iOS.

gkasireddy202 avatar Jun 05 '24 07:06 gkasireddy202

same issue

Jigs6720 avatar Sep 25 '24 07:09 Jigs6720