ivpusic / react-native-image-crop-picker

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

i can't select video on android phone #1640

Open cristiano1129 opened 3 years ago

cristiano1129 commented 3 years ago

Version react-native-image-crop-picker v0.36.0 react-native-cli v2.0.1 Platform Android Expected behaviour: mediaType: "any, video" Select video from gallery.

Actual behaviour: Select image is working well. I can't select video. error:: [Error: Invalid column latitude]

Steps to reproduce ImagePicker.openPicker({ mediaType: "any" }).then((video)=>{ console.log("then::", video); }).catch((error)=>{ console.log("error::", error); }); I set cropping:false, but select video is not working

piincher commented 1 year ago

@cristiano1129 did you find any solution?