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

Function Screen1

examples/files/navigation/screen.tsx:5–7  ·  view source on GitHub ↗
({ navigation, route }: Screen1Props)

Source from the content-addressed store, hash-verified

3type Screen1Props = StackScreenProps<RootParamList, 'Screen1'>
4
5const Screen1 = ({ navigation, route }: Screen1Props) => {
6 return <Text>Screen1</Text>
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected