Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajsmth/rn-tools
/ MyAuthenticatedApp
Function
MyAuthenticatedApp
example/src/navigation-examples/authentication.tsx:75–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
function MyAuthenticatedApp() {
76
let user = useUser();
77
78
return <MyScreen title={`Welcome ${user.name}`} bg=
"lightblue"
/>;
79
}
80
81
function MyScreen({
82
title,
Callers
nothing calls this directly
Calls
1
useUser
Function · 0.85
Tested by
no test coverage detected