MCPcopy
hub / github.com/halilb/react-native-textinput-effects / inputRef

Method inputRef

lib/BaseInput.js:116–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 // public methods
115
116 inputRef() {
117 return this.input.current;
118 }
119
120 focus() {
121 if (this.props.editable !== false) {

Callers 5

componentDidUpdateMethod · 0.95
focusMethod · 0.95
blurMethod · 0.95
isFocusedMethod · 0.95
clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected