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?