MCPcopy Create free account
hub / github.com/academind/react-native-practical-guide-code / App

Function App

attachments/01-getting-started/App.js:4–11  ·  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 <StatusBar style="auto" />
9 </View>
10 );
11}
12
13const styles = StyleSheet.create({
14 container: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected