MCPcopy Create free account
hub / github.com/douglasjunior/react-native-simple-dialogs / openDialog

Function openDialog

Sample/src/App.tsx:67–69  ·  view source on GitHub ↗
(show: boolean)

Source from the content-addressed store, hash-verified

65 const [showProgress, setShowProgress] = useState(false);
66
67 const openDialog = (show: boolean) => {
68 setShowDialog(show);
69 };
70
71 const openConfirm = (show: boolean) => {
72 setShowConfirm(show);

Callers 1

AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected