React-native-image-crop-picker: Unable to find a specification for `React-Core` depended upon by `RNImageCropPicker`

Created on 12 Jul 2019  路  4Comments  路  Source: ivpusic/react-native-image-crop-picker

Version

Tell us which versions you are using:

  • react-native-image-crop-picker v0.25.0
  • react-native v0.59.4

Platform

Tell us to which platform this issue is related

  • iOS

Expected behaviour

pod install complete

Actual behaviour

image

Steps to reproduce

  1. pod init

  2. added following
    image

  3. ran pod install command

Most helpful comment

fixed using npm i [email protected] --save

All 4 comments

you have to use react native 0.60 to be able to use version 0.25.0

got the same error while installing react-native-image-crop-picker v0.25.0 for react-native version 0.59.9, after reinstalling react-native-image-crop-picker v0.24.0 fixed the issue as suggested by @ivpusic .

fixed using npm i [email protected] --save

if you are using react-native 0.59 above, just change pod spec of crop-picker from React/Core to s.dependency 'React-Core'

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xuchao321 picture xuchao321  路  3Comments

fmcruz picture fmcruz  路  3Comments

manojshrimalla picture manojshrimalla  路  3Comments

sergiulucaci picture sergiulucaci  路  3Comments

victorwpbastos picture victorwpbastos  路  3Comments