From fe1b5b92e027ca7f0b8adbbaa3bfded366f2d566 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 20 Jan 2016 16:53:04 +0000 Subject: [PATCH] update website --- docs/cameraroll.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cameraroll.html b/docs/cameraroll.html index 29e2bc18cea..7e344446209 100644 --- a/docs/cameraroll.html +++ b/docs/cameraroll.html @@ -1,4 +1,4 @@ -CameraRoll – React Native | A framework for building native apps using React

CameraRoll

CameraRoll provides access to the local camera roll / gallery.

Methods #

static saveImageWithTag(tag, successCallback, errorCallback) #

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 +CameraRoll – React Native | A framework for building native apps using React

CameraRoll

CameraRoll provides access to the local camera roll / gallery.

Methods #

static saveImageWithTag(tag, successCallback, errorCallback) #

Saves the image to the camera roll / gallery.

@param {string} tag On Android, this is a local URI, such as "file:///sdcard/img.png".

On iOS, the tag can be one of the following:

  • local URI
  • assets-library tag
  • a tag not matching any of the above, which means the image data will be stored in memory (and consume memory as long as the process is alive)

@param successCallback Invoked with the value of tag on success. @param errorCallback Invoked with error message on error.

static getPhotos(params, callback, errorCallback) #

Invokes callback with photo identifier objects from the local camera