react-native-image-crop-tools icon indicating copy to clipboard operation
react-native-image-crop-tools copied to clipboard

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

Open charlyBerthet opened this issue 2 years ago • 2 comments

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

charlyBerthet avatar Nov 03 '23 08:11 charlyBerthet