ggunti / react-native-amazing-cropper

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

please add an example project , doesnt work on "react-native": "0.59.5", #7

Closed zahidahmed024 closed 5 years ago

ggunti commented 5 years ago

What's the problem on "react-native": "0.59.5" ? ImageStore is deprecated but still can be used. It will be changed soon.

ggunti commented 5 years ago

Anyhow, you are free to use readFile(filepath, 'base64') method from react-native-fs. ImageStore is used only in examples to obtain the base64Image, the cropper itself do not depend on ImageStore.

The library works still on "react-native": "0.59.9", I tested it both on android and iOS