ivpusic / react-native-image-crop-picker

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

I can see images when i pass mediaType "video" on iOS14 #1536

Open tommysusanto opened 3 years ago

tommysusanto commented 3 years ago

Version

Tell us which versions you are using:

When I put mediaType "video" for the image picker option on iOS. I'd like to see videos only, excluding photos.

Actual behaviour

I can see photos too.

Steps to reproduce

  1. Open image picker

  2. Select more

  3. I can both photos and video

Attachments

HauLuu commented 3 years ago

Well, In my case. I can see 'video' when I pass mediaType "image" on iOS14. :D :D :D

But the final selected photos will be images only.

jamesdunay commented 3 years ago

Having the same issue here, anyone know of a workaround?