From f9744aec5d2dc5d0b571498d794d89f940971f05 Mon Sep 17 00:00:00 2001
From: Website Deployment Script false.
true means that pressing return will blur the field and trigger the
-onSubmitEditing event instead of inserting a newline into the field.Provides an initial value that will change when the user starts typing.
+onSubmitEditing event instead of inserting a newline into the field.
Provides an initial value that will change when the user starts typing. Useful for simple use-cases where you do not want to deal with listening to events and updating the value prop to keep the controlled state in sync.
If false, text is not editable. The default value is true.
Callback that is called when the text input's content size changes.
This will be called with
{ nativeEvent: { contentSize: { width, height } } }.
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}.
Callback that is called when the text input selection is changed.
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.
The string that will be rendered before text input has been entered.
Views are designed to be used withStyleSheetfor clarity and performance, although inline styles are also supported.
For View responder props (e.g., onResponderMove), the synthetic touch event passed to them
-are of the following form:
nativeEventchangedTouches - Array of all touch events that have changed since the last event.identifier - The ID of the touch.locationX - The X position of the touch, relative to the element.locationY - The Y position of the touch, relative to the element.pageX - The X position of the touch, relative to the root element.pageY - The Y position of the touch, relative to the root element.target - The node id of the element receiving the touch event.timestamp - A time identifier for the touch, useful for velocity calculation.touches - Array of all current touches on the screen.Overrides the text that's read by the screen reader when the user interacts +are of the following form:
nativeEventchangedTouches - Array of all touch events that have changed since the last event.identifier - The ID of the touch.locationX - The X position of the touch, relative to the element.locationY - The Y position of the touch, relative to the element.pageX - The X position of the touch, relative to the root element.pageY - The Y position of the touch, relative to the root element.target - The node id of the element receiving the touch event.timestamp - A time identifier for the touch, useful for velocity calculation.touches - Array of all current touches on the screen.Overrides the text that's read by the screen reader when the user interacts
with the element. By default, the label is constructed by traversing all the
children and accumulating all the Text nodes separated by space.
When true, indicates that the view is an accessibility element. By default,
all the touchable elements are accessible.
This defines how far a touch event can start away from the view.