| 3 | import {StyleSheet, View} from 'react-native'; |
| 4 | |
| 5 | class CustomCallout extends React.Component<any, any> { |
| 6 | render() { |
| 7 | return ( |
| 8 | <View style={[styles.container, this.props.style]}> |
nothing calls this directly
no outgoing calls
no test coverage detected