()
| 34 | getMapManagerCommand!: (name: string) => MapManagerCommand; |
| 35 | getUIManagerCommand!: (name: string) => UIManagerCommand; |
| 36 | render() { |
| 37 | const AIRMapCalloutSubview = this.getNativeComponent(); |
| 38 | return ( |
| 39 | <AIRMapCalloutSubview |
| 40 | {...this.props} |
| 41 | style={[styles.calloutSubview, this.props.style]} |
| 42 | /> |
| 43 | ); |
| 44 | } |
| 45 | } |
| 46 | |
| 47 | const styles = StyleSheet.create({ |
nothing calls this directly
no outgoing calls
no test coverage detected