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

Function _getVisible

example/src/Examples/DialogExample.tsx:29–29  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

27 setVisible({ ...visible, [name]: !visible[name] });
28
29 const _getVisible = (name: string) => !!visible[name];
30
31 return (
32 <ScreenWrapper style={styles.container}>

Callers 1

DialogExampleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…