react-native-image-base64
react-native-image-base64 copied to clipboard
[ISSUE] - After converting an image to base64, it rotates 90 degrees.
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
any solution?