()
| 2 | import { StyleSheet, Text, View } from 'react-native'; |
| 3 | |
| 4 | export 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 | |
| 13 | const styles = StyleSheet.create({ |
| 14 | container: { |
nothing calls this directly
no outgoing calls
no test coverage detected