Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/halilb/react-native-textinput-effects
/ focus
Method
focus
lib/BaseInput.js:120–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
focus() {
121
if
(this.props.editable !== false) {
122
this.inputRef().focus();
123
}
124
}
125
126
blur() {
127
this.inputRef().blur();
Callers
nothing calls this directly
Calls
1
inputRef
Method · 0.95
Tested by
no test coverage detected