shijingsh / react-native-customized-image-picker

iOS/Android image picker with support for camera, video compression, multiple images and cropping
245 stars 59 forks source link

select both images and videos #44

Open kashsbd opened 6 years ago

kashsbd commented 6 years ago

Hello there, Thanks for making awesome image picker. But I have a question.How can I select both images and videos? Thanks.

liukefu2050 commented 6 years ago

fixed it

isSelectBoth | bool (default false) | Enable or disable select both images and videos

kashsbd commented 6 years ago

Thanks dude !

kashsbd commented 6 years ago

Hello there,can I compress both image and video? I try compressQuality and minCompressSize for both video and image but it is not compressing. Thanks.

Shobson-three29 commented 4 years ago

Hi! isSelectBoth seems to work fine on the sim but does nothing on my V30 with android 9.

i can only see images unless i apply the isVideo option, then i can only see videos.

git195 commented 4 years ago

How can i capture video & photo both? is there any option available ? i am only able to capture either video or photo at the moment. i need both just like default native app behavior.

liukefu2050 commented 4 years ago

sorry,currently not supported