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

Function Screen1

examples/files/navigation/hooks.tsx:4–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { StackNavigationProp } from '@react-navigation/stack'
3
4const Screen1 = () => {
5 const navigation = useNavigation<StackNavigationProp<RootParamList, 'Screen1'>>()
6 const route = useRoute<RouteProp<RootParamList, 'Screen1'>>()
7
8 // ...
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected