()
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected