()
| 6 | import ScreenWrapper from '../ScreenWrapper'; |
| 7 | |
| 8 | const CenteredCheckbox = () => ( |
| 9 | <View style={styles.centered}> |
| 10 | <Checkbox status="checked" /> |
| 11 | </View> |
| 12 | ); |
| 13 | |
| 14 | const ListItemExample = () => { |
| 15 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…