MCPcopy
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

componentDidUpdateMethod · 0.80

Calls 1

inputRefMethod · 0.95

Tested by

no test coverage detected