mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-02-17 12:06:40 +00:00
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
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%