()
| 5 | |
| 6 | class Example extends React.Component { |
| 7 | render () { |
| 8 | return ( |
| 9 | <View style={styles.wrapper}> |
| 10 | <ExampleA /> |
| 11 | <ExampleB /> |
| 12 | </View> |
| 13 | ) |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | const styles = StyleSheet.create({ |
nothing calls this directly
no outgoing calls
no test coverage detected