From 5c1550c0c89b787b602280129bfa9288d98db5e7 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Wed, 20 Jan 2016 08:42:08 -0800 Subject: [PATCH] CameraRoll: remove comment about missing Android support Reviewed By: bestander Differential Revision: D2840793 fb-gh-sync-id: a8dca1044242b93283953ff342bf76cd844b5e14 --- CameraRoll.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/CameraRoll.js b/CameraRoll.js index 48c313219..5ea9b9467 100644 --- a/CameraRoll.js +++ b/CameraRoll.js @@ -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"`. *