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

[🐛] AOS real device launchImageLibrary returns assets only have width and height

Open pepe-dunamu opened this issue 3 years ago • 1 comments

Description

when i access to assets, there are only two values width and height in aos but, ios has multiple values like size or etc as docs wrote down my android version is 12

How to repeat issue and example

  • step to reproduce the issue
  • ...

Solution

What needs to be done to address this issue?

Additional Information

  • Image Picker version: [FILL THIS OUT: Be specific, filling out "latest" here is not enough.]
  • React Native version: [FILL THIS OUT: Be specific, filling out "latest" here is not enough.]
  • Platform: [FILL THIS OUT: iOS, Android, or both?]
  • Development Operating System: [FILL THIS OUT: Are you developing on MacOS, Linux, or Windows?]
  • Dev tools: [FILL THIS OUT: Xcode or Android Studio version, iOS or Android SDK version, if applicable] navigation crash for Android

pepe-dunamu avatar Apr 06 '22 01:04 pepe-dunamu

i figured out if pass includeBase64 option true to launchImageLibrary, assets only returns width and height so i delete includeBase64 option and parsing it to base64 image by using another library react-native-fs but i want to know why this happened

pepe-dunamu avatar Apr 06 '22 01:04 pepe-dunamu