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

Function App

examples/files/exercises/defaultApp.js:4–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { StyleSheet, Text, View } from 'react-native'
3
4export default function App() {
5 return (
6 <View style={styles.container}>
7 <Text>Open up App.js to start working on your app!</Text>
8 </View>
9 )
10}
11
12const styles = StyleSheet.create({
13 container: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected