Areeb Shakeel

Results 1 comments of Areeb Shakeel

Facing same issues on Google Pixel 3 Android 12 ImagePicker.openPicker({ mediaType: 'photo', forceJpg: true, multiple: false, }) .then(image => { alert(image); setImage(ImageUri); }) .catch(er => { alert(er); });