Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabbott/react-native-express
/ Screen1
Function
Screen1
examples/files/navigation/push.js:1–9 ·
view source on GitHub ↗
({ navigation })
Source
from the content-addressed store, hash-verified
1
const
Screen1 = ({ navigation }) => {
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