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"`. *