react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
Suggestions for optimizing maxFiles
Usage scenario: When the number of selected images reaches the upper limit of maxFiles, the user continues to select new images, and there is no change on the page. The fake death effect of the UI in this is very unfriendly. Suggestion: When exceeding maxFiles, please trigger catch to allow developers to add custom prompt operations during the image selection process. For example: maxFiles=3, alert(" You can only select 3 pictures!" ).