()
| 14 | setNotificationToggle, |
| 15 | }) { |
| 16 | const toggleSwitch = () => { |
| 17 | setNotificationToggle((previousState) => !previousState); |
| 18 | }; |
| 19 | return ( |
| 20 | <> |
| 21 | <View style={styles.container}> |
nothing calls this directly
no outgoing calls
no test coverage detected