hhunaid / react-native-image-crop-tools

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

iOS - Cannot build react-native-image-crop-picker when using this library #83

Open charlyBerthet opened 10 months ago

charlyBerthet commented 10 months ago

Problem

I cannot build the lib react-native-image-crop-picker when I already use this lib.

Expected

I should be able to use other RN libraries when I already use this one.

Reason

This is because of deps conflicts.

This library uses TOCropViewController in an old version (v2.5.3), this create deps conflict with other RNLibraries that use a fresh version of TOCropViewController

Ahsanali012 commented 1 week ago

any updates of fix ??