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

fix: Xcode 12 compatibility #90

Closed r3nya closed 8 months ago

r3nya commented 3 years ago

Summary

Latest Xcode 12 fails to build while without a module to depend on React-Core directly hence this change is necessary for all native modules on iOS. This change requires React Native 0.60.2 or newer. For more details please check: facebook/react-native#29633 (comment)

Test plan

N/A.

retyui commented 8 months ago

thanks for sending PR, it was fixed here https://github.com/callstack/react-native-image-editor/pull/126