MCPcopy Create free account
hub / github.com/callstack/react-native-paper / handleFocus

Function handleFocus

src/components/TextInput/TextInput.tsx:411–419  ·  view source on GitHub ↗
(args: any)

Source from the content-addressed store, hash-verified

409 );
410
411 const handleFocus = (args: any) => {
412 if (disabled || !editable) {
413 return;
414 }
415
416 setFocused(true);
417
418 rest.onFocus?.(args);
419 };
420
421 const handleBlur = (args: Object) => {
422 if (!editable) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…