MCPcopy Index your code
hub / github.com/halilb/react-native-textinput-effects / _onFocus

Method _onFocus

lib/BaseInput.js:94–101  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

92 }
93
94 _onFocus(event) {
95 this._toggle(true);
96
97 const onFocus = this.props.onFocus;
98 if (onFocus) {
99 onFocus(event);
100 }
101 }
102
103 _toggle(isActive) {
104 const { animationDuration, easing, useNativeDriver } = this.props;

Callers

nothing calls this directly

Calls 1

_toggleMethod · 0.95

Tested by

no test coverage detected