From f5fb2f90a7404b629bae06f617a2f1c232d9b8e4 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 25 Mar 2015 22:45:35 +0000 Subject: [PATCH] update website --- docs/cameraroll.html | 2 +- docs/geolocation.html | 2 +- docs/text.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cameraroll.html b/docs/cameraroll.html index edb87a99053..6f9ee7715db 100644 --- a/docs/cameraroll.html +++ b/docs/cameraroll.html @@ -1,6 +1,6 @@ React Native | Build Native Apps Using React

CameraRoll

All rights reserved.

This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant -of patent rights can be found in the PATENTS file in the same directory.

Methods #

static saveImageWithTag(tag: string, successCallback, errorCallback) #

Saves the image with tag tag to the camera roll.

@param {string} tag - Can be any of the three kinds of tags we accept: +of patent rights can be found in the PATENTS file in the same directory.

@flow

Methods #

static saveImageWithTag(tag: string, successCallback, errorCallback) #

Saves the image with tag tag to the camera roll.

@param {string} tag - Can be any of the three kinds of tags we accept: 1. URL 2. assets-library tag 3. tag returned from storing an image in memory

static getPhotos(params: object, callback: function, errorCallback: function) #

Invokes callback with photo identifier objects from the local camera diff --git a/docs/geolocation.html b/docs/geolocation.html index 0cb14bed098..a0d798e4fd5 100644 --- a/docs/geolocation.html +++ b/docs/geolocation.html @@ -3,7 +3,7 @@ You need to add NSLocationWhenInUseUsageDescription key in Info.plist to enable geolocation, otherwise it's going to fail silently! !/ !/

Geolocation follows the MDN specification: -https://developer.mozilla.org/en-US/docs/Web/API/Geolocation

Methods #

static getCurrentPosition(geo_success, geo_error, geo_options) #

static watchPosition(success, error, options) #

static clearWatch(watchID) #

static stopObserving() #

© 2015 Facebook Inc.