react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

Suggestions for optimizing maxFiles

Open kunkun-s opened this issue 5 months ago • 1 comments

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!" ).

Image

kunkun-s avatar Jun 20 '25 06:06 kunkun-s