diff --git a/docs/cameraroll.html b/docs/cameraroll.html index adde2ef6e61..b197ce22be7 100644 --- a/docs/cameraroll.html +++ b/docs/cameraroll.html @@ -1,6 +1,4 @@ -React Native | A framework for building 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.

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

CameraRoll

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/layoutanimation.html b/docs/layoutanimation.html index 485eb320515..b1cd4562954 100644 --- a/docs/layoutanimation.html +++ b/docs/layoutanimation.html @@ -1,6 +1,4 @@ -React Native | A framework for building native apps using React

LayoutAnimation

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.

@flow

Methods #

static configureNext(config: Config, onAnimationDidEnd?: Function, onError?: Function) #

static create(duration: number, type, creationProp) #

© 2015 Facebook Inc.

StatusBarIOS

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.

@flow

Methods #

static setStyle(style: number, animated?: boolean) #

static setHidden(hidden: boolean, animation: number) #

Edit on GitHubExamples #