diff --git a/releases/next/docs/scrollview.html b/releases/next/docs/scrollview.html index 1830f3ab682..75140964ada 100644 --- a/releases/next/docs/scrollview.html +++ b/releases/next/docs/scrollview.html @@ -52,7 +52,8 @@ This adds a drop shadow to the item and affects z-order for overlapping views. Only supported on Android 5.0+, has no effect on earlier versions.
Sometimes a scrollview takes up more space than its content fills. When this is the case, this prop will fill the rest of the scrollview with a color to avoid setting a background and creating unnecessary overdraw. This is an advanced optimization -that is not needed in the general case.
Tag used to log scroll performance on this scroll view. Will force +that is not needed in the general case.
Used to override default value of overScroll mode.
Possible values:
'auto' - Default value, allow a user to over-scroll
+this view only if the content is large enough to meaningfully scroll.'always' - Always allow a user to over-scroll this view.'never' - Never allow a user to over-scroll this view.Tag used to log scroll performance on this scroll view. Will force momentum events to be turned on (see sendMomentumEvents). This doesn't do anything out of the box and you need to implement a custom native FpsListener for it to be useful.
When true, the scroll view bounces horizontally when it reaches the end diff --git a/releases/next/docs/textinput.html b/releases/next/docs/textinput.html index a188b547278..cf365bb80b7 100644 --- a/releases/next/docs/textinput.html +++ b/releases/next/docs/textinput.html @@ -100,7 +100,9 @@ Changed text is passed as an argument to the callback handler.
Only called for multiline text inputs.
Callback that is called when text input ends.
Callback that is called when the text input is focused.
Invoked on mount and layout changes with {x, y, width, height}.
Invoked on content scroll with { nativeEvent: { contentOffset: { x, y } } }.
May also contain other properties from ScrollEvent but on Android contentSize
-is not provided for performance reasons.
Callback that is called when the text input selection is changed.
Callback that is called when the text input's submit button is pressed. +is not provided for performance reasons.
Callback that is called when the text input selection is changed.
+This will be called with
+{ nativeEvent: { selection: { start, end } } }.
Callback that is called when the text input's submit button is pressed.
Invalid if multiline={true} is specified.
The string that will be rendered before text input has been entered.
Determines how the return key should look. On Android you can also use
returnKeyLabel.
Cross platform
The following values work across platforms:
donegonextsearchsendAndroid Only
The following values work on Android only:
nonepreviousiOS Only
The following values work on iOS only:
defaultemergency-callgooglejoinrouteyahooIf true, the text input obscures the text entered so that sensitive text
like passwords stay secure. The default value is false.
If true, all text will automatically be selected on focus.
The start and end of the text input's selection. Set start and end to