MCPcopy Create free account
hub / github.com/dabbott/react-native-express / App

Function App

examples/files/navigation/render.tsx:5–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3// ...
4
5const App = () => {
6 return (
7 <NavigationContainer>
8 <Root.Navigator>
9 <Root.Screen name="Screen1" component={Screen1} />
10 <Root.Screen name="Screen2" component={Screen2} />
11 <Root.Screen name="Screen3" component={Screen3} />
12 </Root.Navigator>
13 </NavigationContainer>
14 )
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected