From 4dcbd2369f4a5a4b13847eb4961e54499e7c3f4e Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 17 Mar 2020 19:10:26 +0000 Subject: [PATCH] Deploy website Deploy website version based on 940fb643df4635d1062b32484dcc660ef52e7d07 --- docs/next/text.html | 17 ++++++++++++++++- docs/next/text/index.html | 17 ++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/docs/next/text.html b/docs/next/text.html index c1689f85dd4..77170d91123 100644 --- a/docs/next/text.html +++ b/docs/next/text.html @@ -632,7 +632,22 @@

onTextLayout

-

TODO.

+

Invoked on Text layout

+ + + + + + + +
TypeRequired
function: (event: TextLayoutEvent) => mixedNo
+ +

pressRetentionOffset

When the scroll view is disabled, this defines how far your touch may move off of the button, before deactivating the button. Once deactivated, try moving it back and you'll see that the button is once again reactivated! Move it back and forth several times while the scroll view is disabled. Ensure you pass in a constant to reduce memory allocations.

diff --git a/docs/next/text/index.html b/docs/next/text/index.html index c1689f85dd4..77170d91123 100644 --- a/docs/next/text/index.html +++ b/docs/next/text/index.html @@ -632,7 +632,22 @@

onTextLayout

-

TODO.

+

Invoked on Text layout

+ + + + + + + +
TypeRequired
function: (event: TextLayoutEvent) => mixedNo
+ +

pressRetentionOffset

When the scroll view is disabled, this defines how far your touch may move off of the button, before deactivating the button. Once deactivated, try moving it back and you'll see that the button is once again reactivated! Move it back and forth several times while the scroll view is disabled. Ensure you pass in a constant to reduce memory allocations.