jeanpan / react-native-camera-roll-picker

📷 A React Native component providing images selection from camera roll
https://www.npmjs.com/package/react-native-camera-roll-picker
MIT License
422 stars 176 forks source link

Doesn't work for vidoes assetType #107

Open stefanplazic opened 4 years ago

stefanplazic commented 4 years ago

Hi,I'm using react-native (version 0.59.9) for android app, and trying to make picker where user can choose videos from his phone. Now the problem is that when I put : assetType='Videos', the error: "String index out of range:-3" happens? Does anyone knows what the problem is?

Thanks in advance.