Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabbott/react-native-express
/ Screen2
Function
Screen2
examples/files/navigation/route.tsx:1–3 ·
view source on GitHub ↗
({ route }: Screen2Props)
Source
from the content-addressed store, hash-verified
1
const Screen2 = ({ route }: Screen2Props) => {
2
return <Text>{route.params.paramA}</Text>
3
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected