const getImageFromCamGallery = async() => {
const response = await showImagePicker({ })
}
I am using the above code to show the Image picker but it is not visible and it is logging the below error
TypeError: null is not an object (evaluating 'IGImagePicker.showImagePicker')
I am using the above code to show the Image picker but it is not visible and it is logging the below error
TypeError: null is not an object (evaluating 'IGImagePicker.showImagePicker')