Tell us which versions you are using:
Tell us to which platform this issue is related
1.
2.
3.
// stacktrace or any other useful debug info
Love react-native-image-crop-picker? Please consider supporting our collective:
馃憠 https://opencollective.com/react-native-image-crop-picker/donate
I've the same problem too
same issue
cannot reproduce mentioned issue. after upgrading to version 0.26.0, did you run pod install in ios folder?
@ivpusic it was a new install for me, not an upgrade and yes i did pod install too.
I have same problem with install new and did pod install too.
I fixed this issue by upgrade to latest react-native 0.61.2
only react-native 0.61+ include "RCTImageURLLoader.h" file
path: react-native/Libraries/Image/RCTImageURLLoader.h
if don't plan to upgrade react-native to 0.61+,
then may use 0.25.3 or below version of this library
Got the same error RN v0.60.5 in iOS & was working fine on android, later installed npm i [email protected] --save and pod installsolved the error as suggested by @almorak .
Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.26.0
- react-native v0.60.5
Platform
Tell us to which platform this issue is related
- iOS
- Android
Expected behaviour
Actual behaviour
Steps to reproduce
Attachments
// stacktrace or any other useful debug info
Love react-native-image-crop-picker? Please consider supporting our collective:
馃憠 https://opencollective.com/react-native-image-crop-picker/donate
same issue
@ihaodi please update the document :
For RN: 0.61.+, use [email protected]
For RN: <=0.60.6, use [email protected]
Issue still exist in latest version: 0.28.0
Working on: react-native v0.60.6
Same problem
version: 0.28.0
react-native: 0.60.5
same problem
react-native-image-crop-picker: ^0.34.0
react-native: 0.60.5
Most helpful comment
Got the same error RN v0.60.5 in iOS & was working fine on android, later installed
npm i [email protected] --saveandpod installsolved the error as suggested by @almorak .