From 71b134bb308d1ae7da3da56b9cfeca46be5d283a Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 20 Aug 2020 22:41:27 +0000 Subject: [PATCH] Deploy website Deploy website version based on 627896de3e27cf6ff8e1d720e8252c22a33ea959 --- docs/next/flatlist.html | 2 +- docs/next/flatlist/index.html | 2 +- docs/next/intro-react.html | 4 ++-- docs/next/intro-react/index.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/next/flatlist.html b/docs/next/flatlist.html index 524ed31b57a..93ecf6710df 100644 --- a/docs/next/flatlist.html +++ b/docs/next/flatlist.html @@ -595,7 +595,7 @@

viewabilityConfig

-

See ViewabilityHelper.js for flow type and further documentation.

+

See ViewabilityHelper.js for flow type and further documentation.

diff --git a/docs/next/flatlist/index.html b/docs/next/flatlist/index.html index 524ed31b57a..93ecf6710df 100644 --- a/docs/next/flatlist/index.html +++ b/docs/next/flatlist/index.html @@ -595,7 +595,7 @@
TypeRequired

viewabilityConfig

-

See ViewabilityHelper.js for flow type and further documentation.

+

See ViewabilityHelper.js for flow type and further documentation.

diff --git a/docs/next/intro-react.html b/docs/next/intro-react.html index f6e2c1ee860..8ee047726f7 100644 --- a/docs/next/intro-react.html +++ b/docs/next/intro-react.html @@ -545,7 +545,7 @@ class Cat extends Component { state = { isHungry: true }; - render(props) { + render() { return ( <View> <Text> @@ -581,7 +581,7 @@
class Cat extends Component { state = { isHungry: true }; - render(props) { + render() { return ( <View> <Text> @@ -581,7 +581,7 @@
TypeRequired