MCPcopy Create free account
hub / github.com/academind/react-native-practical-guide-code / App

Function App

code/11-auth/01-starting-project/App.js:49–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49export default function App() {
50 return (
51 <>
52 <StatusBar style="light" />
53
54 <Navigation />
55 </>
56 );
57}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected