Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
componentDidUpdate
Method · 0.95
focus
Method · 0.95
blur
Method · 0.95
isFocused
Method · 0.95
clear
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected