CameraRoll: remove comment about missing Android support

Reviewed By: bestander

Differential Revision: D2840793

fb-gh-sync-id: a8dca1044242b93283953ff342bf76cd844b5e14
This commit is contained in:
Martin Konicek 2016-01-20 08:42:08 -08:00 committed by facebook-github-bot-4
parent 99c50416ba
commit 5c1550c0c8
1 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,6 @@ var ASSET_TYPE_OPTIONS = [
'Photos', // default
];
// Flow treats Object and Array as disjoint types, currently.
deepFreezeAndThrowOnMutationInDev((GROUP_TYPES_OPTIONS: any));
deepFreezeAndThrowOnMutationInDev((ASSET_TYPE_OPTIONS: any));
@ -119,8 +118,6 @@ class CameraRoll {
/**
* Saves the image to the camera roll / gallery.
*
* The CameraRoll API is not yet implemented for Android.
*
* @param {string} tag On Android, this is a local URI, such
* as `"file:///sdcard/img.png"`.
*