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 @@
onTextLayoutTODO.
+Invoked on Text layout
+| Type | Required |
|---|---|
| function: (event: TextLayoutEvent) => mixed | No |
lines with a value which is an array containing objects with the following properties
+pressRetentionOffsetWhen 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.
onTextLayoutTODO.
+Invoked on Text layout
+| Type | Required |
|---|---|
| function: (event: TextLayoutEvent) => mixed | No |
lines with a value which is an array containing objects with the following properties
+pressRetentionOffsetWhen 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.