Fred Liu 48107f5846 Allow Android videos to be shown in the CameraRoll selector
Summary:
Currently, Android camera roll videos cannot be retrieved in RN since

1) `CameraRollManager.java` doesn't do anything with the `assetType` param
2) Unspecifying MIME types doesn't show videos

This diff allows videos to be shown in the `CameraRoll.getPhotos(..)` call by reading `assetType`. Future diffs will come where the thumbnail and other info will be returned as well.

Reviewed By: furdei

Differential Revision: D5019202

fbshipit-source-id: a920273761b31f1a59ba6b8bc49c05852506829c
2017-05-10 03:31:24 -07:00
Description
CameraRoll is a react-native native module that provides access to the local camera roll or photo library.
Languages
Java 37.4%
Objective-C 31.2%
JavaScript 20.3%
TypeScript 6.9%
Ruby 2.2%
Other 2%