()
| 2 | import { Button, View } from 'react-native' |
| 3 | |
| 4 | export default function MyComponent() { |
| 5 | return ( |
| 6 | <View> |
| 7 | <Button title="Press me!" color="#1ACDA5" /> |
| 8 | </View> |
| 9 | ) |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected