MCPcopy
hub / github.com/facebook/react / focus

Method focus

scripts/flow/react-native-host-hooks.js:176–176  ·  scripts/flow/react-native-host-hooks.js::LegacyPublicInstance.focus
()

Source from the content-addressed store, hash-verified

174 declare export interface LegacyPublicInstance {
175 blur(): void;
176 focus(): void;
177 measure(callback: __MeasureOnSuccessCallback): void;
178 measureInWindow(callback: __MeasureInWindowOnSuccessCallback): void;
179 measureLayout(

Callers 15

focusFunction · 0.65
pointerdownFunction · 0.65
pointerupFunction · 0.65
commitMountFunction · 0.65
restoreSelectionFunction · 0.65
handleKeyDownFunction · 0.65
handleStopInspectingHostFunction · 0.65
handlePressFunction · 0.65
SettingsModalImplFunction · 0.65
ProfilerSettingsFunction · 0.65

Implementers 1

ReactNativeFiberHostComponentpackages/react-native-renderer/src/Rea

Calls

no outgoing calls

Tested by 2

onClickFunction · 0.52
changeMethod · 0.52