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

Function handleCreate

src/Components/Home/CreateHabit/index.jsx:8–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 const navigation = useNavigation();
7
8 function handleCreate() {
9 navigation.navigate("HabitPage", {
10 create: true,
11 habit: { habitArea: habitArea },
12 });
13 }
14
15 return (
16 <TouchableOpacity

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected