CameraRoll: remove comment about missing Android support
Reviewed By: bestander Differential Revision: D2840793 fb-gh-sync-id: a8dca1044242b93283953ff342bf76cd844b5e14
This commit is contained in:
parent
99c50416ba
commit
5c1550c0c8
|
@ -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"`.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue