()
| 2 | import { View, StyleSheet } from 'react-native' |
| 3 | |
| 4 | export default function App() { |
| 5 | return ( |
| 6 | <View style={styles.container}> |
| 7 | <View style={styles.box} /> |
| 8 | </View> |
| 9 | ) |
| 10 | } |
| 11 | |
| 12 | const styles = StyleSheet.create({ |
| 13 | container: { |
nothing calls this directly
no outgoing calls
no test coverage detected