()
| 6 | import PhotoGrid from './components/PhotoGrid' |
| 7 | |
| 8 | export 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 | |
| 16 | const styles = StyleSheet.create({ |
| 17 | container: { |
nothing calls this directly
no outgoing calls
no test coverage detected