react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
[ENHANCEMENT] Support taking multiple photos at once in Camera mode
Many apps (e.g. WhatsApp, Telegram, ..) support taking multiple photos at once while you're in the camera mode, just like selecting multiple photos from the gallery.
It would be great if this library would support this too!
+1
@mrousavy any idea how we can achieved similar functionlity ?
@ivpusic Any idea how we can achieved this ? there are lot developers who are struggling for similar functionality.
@affantechcarrot I'm using a custom camera implementation written in native Swift/Kotlin.
i am using https://www.npmjs.com/package/react-native-vision-camera library for multiple image click at once
That's a pretty cool library @parthkanani93