MCPcopy Create free account
hub / github.com/OneBitCodeBlog/onebitlife / handleSetShowHome

Function handleSetShowHome

src/Pages/AppExplanation/index.jsx:27–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 function handleSetShowHome() {
28 if (showHome !== "true") {
29 ChangeNavigationService.setShowHome({ showHome: "true", appStartData })
30 .then(() => console.log(`Sucesso! ${showHome} ${appStartData}`))
31 .catch((err) => console.log(err));
32 setShowHome("true");
33 handleNavHome();
34 }
35 }
36
37 return (
38 <View style={styles.container}>

Callers

nothing calls this directly

Calls 2

setShowHomeFunction · 0.85
handleNavHomeFunction · 0.85

Tested by

no test coverage detected