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