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