Optional
textField: Component<unknown, {}, any> & Readonly<NativeMethods>ref of the text field to focus Unfocuses the specified text field noop if it wasn't focused
Returns the ref of the currently focused text field, if one exists If no text field is focused it returns null
Optional
textField: Component<unknown, {}, any> & Readonly<NativeMethods>ref of the text field to focus Focuses the specified text field noop if the text field was already focused
This class is responsible for coordinating the "focused" state for TextInputs. All calls relating to the keyboard should be funneled through here