I am going to rotate the image in react–native and I would like to get base64 of rotated image. I used several libraries
- react-native-image-rotate: It's working well on Android but on iOS I get- rct-image-store://1as url so I tried getting base64 using- rn-fetch-blobbut it throws error that can't recognize that url.
- react-native-image-resizer: I used this but the response is not good in iOS. If I set -90 then rotate -180, if I set -180 then it's rotating as -270.
Please help me on this problem, how can I rotate the image in iOS.
I need to rotate the image as -90, -180, -270, -360(original).
 
     
     
    