callstack / react-native-image-editor

A library providing an API for cropping images from the web and the local file system.
MIT License
376 stars 118 forks source link

fix(npm): Support React Native up to 0.59 #16

Closed guhungry closed 5 years ago

guhungry commented 5 years ago

Currently if i use with react native 0.59.0 yarn will warn about unmet dependencies due to peerDependencies for react native includes only ^0.57

Note

React Native 0.59 has just released.

No breaking change for Image Editor (Image Store still remain in react native)