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

Function toggleSwitch

src/Components/HabitPage/Notification/index.jsx:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 setNotificationToggle,
15}) {
16 const toggleSwitch = () => {
17 setNotificationToggle((previousState) => !previousState);
18 };
19 return (
20 <>
21 <View style={styles.container}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected