From 2ec32792e16672d106d9dc4dafb7a506d8a73dcf Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 27 Dec 2019 08:56:35 +0000 Subject: [PATCH] Deploy website Deploy website version based on 3146a3e8d29d92731925975c5d5476c768826a9a --- docs/0.58/cameraroll.html | 4 ++-- docs/0.58/cameraroll/index.html | 4 ++-- docs/0.58/listview.html | 2 +- docs/0.58/listview/index.html | 2 +- docs/0.59/cameraroll.html | 4 ++-- docs/0.59/cameraroll/index.html | 4 ++-- docs/0.59/listview.html | 2 +- docs/0.59/listview/index.html | 2 +- docs/0.60/cameraroll.html | 4 ++-- docs/0.60/cameraroll/index.html | 4 ++-- docs/0.60/listview.html | 2 +- docs/0.60/listview/index.html | 2 +- docs/cameraroll.html | 4 ++-- docs/cameraroll/index.html | 4 ++-- docs/listview.html | 2 +- docs/listview/index.html | 2 +- docs/next/easing.html | 2 +- docs/next/easing/index.html | 2 +- docs/next/image.html | 10 +++++----- docs/next/image/index.html | 10 +++++----- 20 files changed, 36 insertions(+), 36 deletions(-) diff --git a/docs/0.58/cameraroll.html b/docs/0.58/cameraroll.html index 262f48f4517..ed7a6efb6cc 100644 --- a/docs/0.58/cameraroll.html +++ b/docs/0.58/cameraroll.html @@ -75,8 +75,8 @@

If you are targeting devices running iOS 11 or later, you will also need to add the NSPhotoLibraryAddUsageDescription key in your Info.plist. Use this key to define a string that describes how your app will use this data. By adding this key to your Info.plist, you will be able to request write-only access permission from the user. If you try to save to the camera roll without this permission, your app will exit.

Methods


Reference

diff --git a/docs/0.58/cameraroll/index.html b/docs/0.58/cameraroll/index.html index 262f48f4517..ed7a6efb6cc 100644 --- a/docs/0.58/cameraroll/index.html +++ b/docs/0.58/cameraroll/index.html @@ -75,8 +75,8 @@

If you are targeting devices running iOS 11 or later, you will also need to add the NSPhotoLibraryAddUsageDescription key in your Info.plist. Use this key to define a string that describes how your app will use this data. By adding this key to your Info.plist, you will be able to request write-only access permission from the user. If you try to save to the camera roll without this permission, your app will exit.

Methods


Reference

diff --git a/docs/0.58/listview.html b/docs/0.58/listview.html index e40ab9adbfc..06b7d2c45ac 100644 --- a/docs/0.58/listview.html +++ b/docs/0.58/listview.html @@ -69,7 +69,7 @@ } });
Edit

ListView

DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.

-

ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a flat array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.

+

ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a flat array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.

Minimal example:

class MyComponent extends Component {
   constructor() {
diff --git a/docs/0.58/listview/index.html b/docs/0.58/listview/index.html
index e40ab9adbfc..06b7d2c45ac 100644
--- a/docs/0.58/listview/index.html
+++ b/docs/0.58/listview/index.html
@@ -69,7 +69,7 @@
               }
             });
         
Edit

ListView

DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.

-

ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a flat array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.

+

ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a flat array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.

Minimal example:

class MyComponent extends Component {
   constructor() {
diff --git a/docs/0.59/cameraroll.html b/docs/0.59/cameraroll.html
index 137b2749d7d..734902cae3a 100644
--- a/docs/0.59/cameraroll.html
+++ b/docs/0.59/cameraroll.html
@@ -75,8 +75,8 @@
 

If you are targeting devices running iOS 11 or later, you will also need to add the NSPhotoLibraryAddUsageDescription key in your Info.plist. Use this key to define a string that describes how your app will use this data. By adding this key to your Info.plist, you will be able to request write-only access permission from the user. If you try to save to the camera roll without this permission, your app will exit.

Methods


Reference

diff --git a/docs/0.59/cameraroll/index.html b/docs/0.59/cameraroll/index.html index 137b2749d7d..734902cae3a 100644 --- a/docs/0.59/cameraroll/index.html +++ b/docs/0.59/cameraroll/index.html @@ -75,8 +75,8 @@

If you are targeting devices running iOS 11 or later, you will also need to add the NSPhotoLibraryAddUsageDescription key in your Info.plist. Use this key to define a string that describes how your app will use this data. By adding this key to your Info.plist, you will be able to request write-only access permission from the user. If you try to save to the camera roll without this permission, your app will exit.

Methods


Reference

diff --git a/docs/0.59/listview.html b/docs/0.59/listview.html index 99b1dbf0544..18e268a97b2 100644 --- a/docs/0.59/listview.html +++ b/docs/0.59/listview.html @@ -69,7 +69,7 @@ } });
Edit

ListView

DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.

-

ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a flat array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.

+

ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a flat array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.

Minimal example:

class MyComponent extends Component {
   constructor() {
diff --git a/docs/0.59/listview/index.html b/docs/0.59/listview/index.html
index 99b1dbf0544..18e268a97b2 100644
--- a/docs/0.59/listview/index.html
+++ b/docs/0.59/listview/index.html
@@ -69,7 +69,7 @@
               }
             });
         
Edit

ListView

DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.

-

ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a flat array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.

+

ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a flat array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.

Minimal example:

class MyComponent extends Component {
   constructor() {
diff --git a/docs/0.60/cameraroll.html b/docs/0.60/cameraroll.html
index 9091f0500a2..fa1c51b5b71 100644
--- a/docs/0.60/cameraroll.html
+++ b/docs/0.60/cameraroll.html
@@ -19,8 +19,8 @@
 

If you are targeting devices running iOS 11 or later, you will also need to add the NSPhotoLibraryAddUsageDescription key in your Info.plist. Use this key to define a string that describes how your app will use this data. By adding this key to your Info.plist, you will be able to request write-only access permission from the user. If you try to save to the camera roll without this permission, your app will exit.

Methods


Reference

diff --git a/docs/0.60/cameraroll/index.html b/docs/0.60/cameraroll/index.html index 9091f0500a2..fa1c51b5b71 100644 --- a/docs/0.60/cameraroll/index.html +++ b/docs/0.60/cameraroll/index.html @@ -19,8 +19,8 @@

If you are targeting devices running iOS 11 or later, you will also need to add the NSPhotoLibraryAddUsageDescription key in your Info.plist. Use this key to define a string that describes how your app will use this data. By adding this key to your Info.plist, you will be able to request write-only access permission from the user. If you try to save to the camera roll without this permission, your app will exit.

Methods


Reference

diff --git a/docs/0.60/listview.html b/docs/0.60/listview.html index 7c9c222d4ab..51b47067a4b 100644 --- a/docs/0.60/listview.html +++ b/docs/0.60/listview.html @@ -13,7 +13,7 @@ ) });