React-native-image-crop-picker: ImageCropPicker.h:15:9: 'React/RCTImageURLLoader.h' file not found

Created on 13 Oct 2019  路  13Comments  路  Source: ivpusic/react-native-image-crop-picker

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

1.

2.

3.

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

Most helpful comment

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 .

All 13 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

leelandclay picture leelandclay  路  3Comments

xuchao321 picture xuchao321  路  3Comments

cwRichardKim picture cwRichardKim  路  3Comments

co-de picture co-de  路  3Comments

phantom1299 picture phantom1299  路  3Comments