-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to multiselect media in one go! #1298
Comments
The newer version of react-native-image-picker has a selectionLimit. Setting this to 0 allows an infinite number of images to be selected. |
Notes:
Testing Scope:Image - Single and Multi Select |
Test env : staging and pre-release Test scenario : 1.Image video : 2.Video Upload 3.File upload 4.Audio Upload: |
Need:
In usecases, where users are in need to add around 5 images, adding them each time by clicking 'Add More' is a pain. Hence they want to add them in one go.
Acceptance criteria:
Technical details: updated as on 27th March:
Out of scope:
Suggestions:
no need UI/UX change.
The text was updated successfully, but these errors were encountered: