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

Function Screen1

examples/files/navigation/push.tsx:1–9  ·  view source on GitHub ↗
({ navigation }: Screen1Props)

Source from the content-addressed store, hash-verified

1const Screen1 = ({ navigation }: Screen1Props) => {
2 return (
3 <Button
4 onPress={() => {
5 navigation.push('Screen2', { paramA: 'Hello!' })
6 }}
7 />
8 )
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected