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

Function App

examples/files/exercises/PhotoGallery1.js:8–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6import PhotoGrid from './components/PhotoGrid'
7
8export default function App() {
9 return (
10 <View style={styles.container}>
11 <Text>Open up App.js to start working on your app!</Text>
12 </View>
13 )
14}
15
16const styles = StyleSheet.create({
17 container: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected