()
| 1 | import { useNavigation, useRoute } from '@react-navigation/native' |
| 2 | |
| 3 | const Screen1 = () => { |
| 4 | const navigation = useNavigation() |
| 5 | const route = useRoute() |
| 6 | |
| 7 | // ... |
| 8 | } |
nothing calls this directly
no outgoing calls
no test coverage detected