BunHouth / react-native-ig-image-picker

4 stars 5 forks source link

Unable to present the Image picker #7

Open gurjnderSingh opened 1 year ago

gurjnderSingh commented 1 year ago
 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')