ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.12k stars 1.56k forks source link

multiple videos #1187

Open kishansbs opened 4 years ago

kishansbs commented 4 years ago

not able to pick multiple videos

showing --- YellowBox.js:71 Possible Unhandled Promise Rejection (id: 0): Error: Invalid image selected Error: Invalid image selected

I want to pick multiple images and videos at same time ---

ImagePicker.openPicker({ multiple: true, }).then(media => { console.log('media'); console.log(media); });

flavioribeirojr commented 4 years ago

I'm having this same issue. I don't know if it happens because of the file size. I have tested with a 48MB video and it went fine. When i tried to upload a video that was larger than 100MB it will fail with the message saying that the image is Invalid

yousef-zeiad commented 3 years ago

@flavioribeirojr im facing the same issue did you solve it??