Tell us which versions you are using:
Tell us to which platform this issue is related
pod install complete

pod init
added following

ran pod install command
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'
Most helpful comment
fixed using
npm i [email protected] --save