ggunti / react-native-amazing-cropper

Image cropper for react native using Animated API
MIT License
145 stars 83 forks source link

RN is depreciating ImageStore #3

Closed joshwinter closed 5 years ago

joshwinter commented 5 years ago

Thanks for a great component. I just found out RN has depreciated ImageStore and left us with no good alternatives react-native-fs doesn't havegetBase64ForTag functionality. Do you know a way the image can be put right away into base64 after cropping?

ggunti commented 5 years ago

ImageStore still can be used in react native, but I'll try to find an alternative for this when it will be removed

joshwinter commented 5 years ago

Thanks much!