Interface | Description |
---|---|
ContentSizeWatcher | |
ScrollWatcher |
Class | Description |
---|---|
ReactContentSizeChangedEvent |
Event emitted by EditText native view when content size changes.
|
ReactEditText |
A wrapper around the EditText that lets us better control what happens when an EditText gets
focused or blurred, and when to display the soft keyboard and when not to.
|
ReactTextChangedEvent |
Event emitted by EditText native view when text changes.
|
ReactTextInputEvent |
Event emitted by EditText native view when text changes.
|
ReactTextInputKeyPressEvent |
Event emitted by EditText native view when key pressed
|
ReactTextInputLocalData |
Local state bearer for EditText instance.
|
ReactTextInputManager |
Manages instances of TextInput.
|
ReactTextInputShadowNode |