react-native-image-crop-picker: Error linking to ios with RN 0.52...?

I get the error undefined is not an object evaluating ‘_reactNativeImageCropPicker’ which looks to be a common issue related to issues with linking.

When I unlink I see this;

rnpm-install info Unlinking react-native-image-crop-picker ios dependency 
rnpm-install info Platform 'ios' module undefined has been successfully unlinked 
rnpm-install info Platform 'android' module react-native-image-crop-picker is not installed 

When I re-link I see this, which looks like it isn’t repeating the linking process.


rnpm-install info Platform 'ios' module react-native-image-crop-picker is already linked 
rnpm-install info Linking react-native-image-crop-picker android dependency 
rnpm-install info Platform 'android' module react-native-image-crop-picker has been successfully linked 

So at the moment I feel a bit stuck on how to fix this install issue.

Key Libraries and versions: “react”: “16.2.0”, “react-native”: “^0.52.0”, “react-native-image-crop-picker”: “^0.19.3”, “expo”: “25.0.0”, “npm” : 5.6.0 “node” : 9.6.1

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 18 (5 by maintainers)

Most upvoted comments

expo image picker lacks features like… setting the aspect ratio of the picked image on iOS. It lacks many other features as well…

Using 0.20.0 and following all the install; I get the following error

undefined is not an object (evaluating _reactNativeImageCropPicker2.default.openPicker)