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

[ISSUE] - After converting an image to base64, it rotates 90 degrees.

Open guilhermecampossilva9 opened this issue 4 years ago • 1 comments
trafficstars

const base64 = await ImgToBase64.getBase64String(Platform.OS === 'android' ? uri :file://${uri});

After converting an image to base64, it rotates 90 degrees to left. There is no prop in the documentation for leaving the image orientation fixed.

React Native: 0.63.3
React: 16.13.1
Lib: 0.1.4

guilhermecampossilva9 avatar Dec 14 '20 17:12 guilhermecampossilva9

any solution?

magina671 avatar Jul 06 '22 05:07 magina671