()
| 47 | getUIManagerCommand!: (name: string) => UIManagerCommand; |
| 48 | |
| 49 | render() { |
| 50 | const AIRMapLocalTile = this.getNativeComponent(); |
| 51 | return <AIRMapLocalTile {...this.props} />; |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | export default decorateMapComponent(MapLocalTile, 'LocalTile', { |
nothing calls this directly
no outgoing calls
no test coverage detected