Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/halilb/react-native-textinput-effects
/ isFocused
Method
isFocused
lib/BaseInput.js:130–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
}
129
130
isFocused() {
131
return
this.inputRef().isFocused();
132
}
133
134
clear() {
135
this.inputRef().clear();
Callers
1
componentDidUpdate
Method · 0.80
Calls
1
inputRef
Method · 0.95
Tested by
no test coverage detected