()
| 2 | import { Button } from 'react-native' |
| 3 | |
| 4 | export default function App() { |
| 5 | return ( |
| 6 | <Button |
| 7 | title="Press me" |
| 8 | onPress={() => { |
| 9 | console.log('Pressed!') |
| 10 | }} |
| 11 | /> |
| 12 | ) |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected