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

Function App

examples/files/react/unkeyedList.js:10–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8]
9
10export default function App() {
11 return (
12 <View>
13 {data.map((item) => (
14 <Text>{item.name}</Text>
15 ))}
16 </View>
17 )
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected