Closed wongyoJung closed 4 years ago
As you can see in the documentation, this library uses react-native-image-rotate
for image rotation and @react-native-community/image-editor
for image cropping. Probably one of these libraries causes the png -> jpg conversion on iOS, because in react-native-amazing-cropper
I do not explicitly convert the returned image to jpg format.
In IOS, png image is cropped into jpg.. I got image from local source and it is well loaded into cropper and the cropping is done perfectly, but the cropped image is converted into jpg.