MCPcopy 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
75function MyAuthenticatedApp() {
76 let user = useUser();
77
78 return <MyScreen title={`Welcome ${user.name}`} bg="lightblue" />;
79}
80
81function MyScreen({
82 title,

Callers

nothing calls this directly

Calls 1

useUserFunction · 0.85

Tested by

no test coverage detected