react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
(Android) When take picture with portrait view, base64 data is rotated 90 degree automatically
Version
Tell us which versions you are using:
- react-native-image-crop-picker "^0.37.3",
- react-native 0.68.2
Platform
Tell us to which platform this issue is related
- Android api 30, galaxy a32 5g
Expected behaviour
Either user take picture portrait or landscape, the base64 uri picture ( <Image source = { { uri: base64 }}/> should not be rotated
Actual behaviour
model:galaxy a32
Take picture with portrait view rotate the picture 90 degree. Take picture with landscape is not rotate the picture
const res = await ImagePicker.openCamera({
mediaType: 'photo',
cropping: false,
includeBase64: true,
compressImageQuality: 0.5
})
same issue. Is there any solution for this?
any solution ?
same issue...
Same here
same here
Same here, at the moment considering this a server side issue by following information from this link https://github.com/ivpusic/react-native-image-crop-picker/issues/1696
same here
same here
Any update on this issue? I faced this issue on an Android device in react-native-image-crop-picker": "^0.40.0 and react-native:0.68.7.