react-native-documents/document-picker

How to set max file selection limit in pickMultiple

Closed this issue · 1 comments

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