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

Function handleNavExplanation

src/Pages/Home/index.jsx:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 const today = new Date();
27
28 function handleNavExplanation() {
29 navigation.navigate("AppExplanation");
30 }
31 function handleGameOver() {
32 navigation.navigate("Start");
33 db.transaction((tx) => {

Callers 1

HomeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected