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

Function handleNavAppExplanation

src/Pages/Start/index.jsx:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 const navigation = useNavigation();
10
11 const handleNavAppExplanation = () => {
12 navigation.navigate("AppExplanation");
13 };
14
15 return (
16 <View style={styles.container}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected