Null is not an object (evaluating 'ImageCropPicker.openPicker')

198 Views Asked by At

I am using this package: https://github.com/ivpusic/react-native-image-crop-picker. I followed all the installation steps for android. But as soon as I import

import ImagePicker from 'react-native-image-crop-picker';

into my file, I receive the error saying:

TypeError: null is not an object (evaluating 'ImageCropPicker.openPicker')

Anyone else experience this? What would the solution be?

0

There are 0 best solutions below