From 84d1c17dae4ac6f6c0fe9679967bf1389869d80d Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Fri, 6 Nov 2015 06:31:01 -0800 Subject: [PATCH] document that CameraRoll is not implemented on Android Summary: The CameraRoll API shows up "unsuffixed" in the API list in the docs, so it is confusing to find that it is unimplemented on Android. Closes https://github.com/facebook/react-native/pull/3901 Reviewed By: svcscm Differential Revision: D2625837 Pulled By: mkonicek fb-gh-sync-id: 4e5c00d260a30840a12fd9be0409c354d2052642 --- Libraries/CameraRoll/CameraRoll.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Libraries/CameraRoll/CameraRoll.js b/Libraries/CameraRoll/CameraRoll.js index a710e7ec12..1eee46a3ed 100644 --- a/Libraries/CameraRoll/CameraRoll.js +++ b/Libraries/CameraRoll/CameraRoll.js @@ -119,6 +119,8 @@ 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"`. *