MCPcopy Create free account
hub / github.com/dabbott/react-native-express / Screen1

Function Screen1

examples/files/navigation/hooks.js:3–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { useNavigation, useRoute } from '@react-navigation/native'
2
3const Screen1 = () => {
4 const navigation = useNavigation()
5 const route = useRoute()
6
7 // ...
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected