hhunaid / react-native-image-crop-tools

Native-ish Image Crop Tools for react native
171 stars 58 forks source link

Update iOS Dependency from 'React' Pod to 'React-Core' Pod #72

Closed SourceErr0r closed 1 year ago

SourceErr0r commented 2 years ago

As per this comment, all iOS packages should be using the React-Core Pod as a dependency rather than React.

While this might be fine for most people, the app I'm working on relies on 'use_frameworks!', which causes a number of problems with this library. Changing this dependency should not affect current users, but it will fix things for people unfortunate enough to have inherited a hybrid native/RN app like myself!

hhunaid commented 2 years ago

You are welcome to create a PR. Otherwise, I'll get to it when I have some time.