From cd99717a2cdfb7db7d41b1bf0d1efb55d7025b61 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 29 Jan 2018 23:41:12 +0000 Subject: [PATCH] Deploy website Deploy website version based on d6c83e3cc99039d22a389f4299f3a5795a1dd8fb --- docs/next/cameraroll.html | 4 +- docs/next/geolocation.html | 79 +++++++++++++--- docs/next/image.html | 87 +++++++++++++++--- docs/next/linking.html | 43 +++++++-- docs/next/modal.html | 98 ++++++++------------ docs/next/netinfo.html | 138 +++++++++++++--------------- docs/next/permissionsandroid.html | 78 ++++++++++++---- docs/next/pushnotificationios.html | 143 ++++++++++++++++++++++++----- docs/next/vibration.html | 10 +- 9 files changed, 464 insertions(+), 216 deletions(-) diff --git a/docs/next/cameraroll.html b/docs/next/cameraroll.html index c8215ca953a..af2bc87b4e6 100644 --- a/docs/next/cameraroll.html +++ b/docs/next/cameraroll.html @@ -17,7 +17,7 @@

Reference

Methods

saveToCameraRoll()

-
CameraRoll.saveToCameraRoll(tag, [type])
+
CameraRoll.saveToCameraRoll(tag, [type]);
 

Saves the photo or video to the camera roll or photo library.

On Android, the tag must be a local image or video URI, such as "file:///sdcard/img.png".

@@ -36,7 +36,7 @@

getPhotos()

-
CameraRoll.getPhotos(params)
+
CameraRoll.getPhotos(params);
 

Returns a Promise with photo identifier objects from the local camera roll of the device matching shape defined by getPhotosReturnChecker.

Parameters:

diff --git a/docs/next/geolocation.html b/docs/next/geolocation.html index 9afa2a6fee8..3dba0b6cc4a 100644 --- a/docs/next/geolocation.html +++ b/docs/next/geolocation.html @@ -1,10 +1,10 @@ -Geolocation · React Native

Props

  • visible
  • @@ -204,17 +195,6 @@ const styles = StyleSheet.create({ enum('fullScreen', 'pageSheet', 'formSheet', 'overFullScreen')NoiOS -
    -

    animated

    -

    Deprecated. Use the animationType prop instead.

    - - - - - - - -
    TypeRequired
    boolNo