Closed abhishekdharwal-hexa closed 9 months ago
Can we use
pickMultipleMediaLauncher.launch( Intent(MediaStore.ACTION_PICK_IMAGES).apply { type = "image/*" putExtra(MediaStore.EXTRA_PICK_IMAGES_MAX, totalImage) } )
Hello! Thanks for asking. You want to use
https://github.com/react-native-image-picker/react-native-image-picker
Thank you
Can we use
pickMultipleMediaLauncher.launch( Intent(MediaStore.ACTION_PICK_IMAGES).apply { type = "image/*" putExtra(MediaStore.EXTRA_PICK_IMAGES_MAX, totalImage) } )