react-native-documents / document-picker

Document Picker for React Native
https://react-native-documents.github.io/
MIT License
1.33k stars 434 forks source link

How to set max file selection limit in pickMultiple #704

Closed abhishekdharwal-hexa closed 4 months ago

abhishekdharwal-hexa commented 4 months ago

Can we use

pickMultipleMediaLauncher.launch( Intent(MediaStore.ACTION_PICK_IMAGES).apply { type = "image/*" putExtra(MediaStore.EXTRA_PICK_IMAGES_MAX, totalImage) } )

vonovak commented 4 months ago

Hello! Thanks for asking. You want to use

https://github.com/react-native-image-picker/react-native-image-picker

Thank you