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

Function App

examples/files/react/composingComponents.js:12–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12export default function App() {
13 return (
14 <View>
15 <MyComponent title="MyComponent 1" />
16 <MyComponent title="MyComponent 2" />
17 </View>
18 )
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected