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

Function App

examples/files/navigation/example.js:32–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30)
31
32export default function App() {
33 return (
34 <NavigationContainer>
35 <Root.Navigator>
36 <Root.Screen name="Screen1" component={Screen1} />
37 <Root.Screen name="Screen2" component={Screen2} />
38 </Root.Navigator>
39 </NavigationContainer>
40 )
41}
42
43const styles = StyleSheet.create({
44 screen: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected