callstack / react-native-image-editor

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

ReactNative 0.62 #70

Closed gustavoschmidt closed 8 months ago

gustavoschmidt commented 4 years ago

Question

package.json lists react-native peer dependency with versions ">=0.57 <0.62". Does this library work with react-native 0.62? If not, any tips on how to work on an update?

I'm asking because I'm having trouble making it work in an app with react-native 0.62.2 on iOS (on Android it works fine).

jenskuhrjorgensen commented 3 years ago

Hi @gustavoschmidt

According to the release notes for 2.3.0 it should support react-native 0.62, but it has not been written correctly in the package.json. It should have been ">=0.57 =<0.62" or ">=0.57 <0.63".

retyui commented 8 months ago

this package supports all modern RN versions

fix: https://github.com/callstack/react-native-image-editor/pull/125