(props: Partial<MapPolygonProps>)
| 163 | } |
| 164 | |
| 165 | setNativeProps(props: Partial<MapPolygonProps>) { |
| 166 | this.polygon.current?.setNativeProps(props); |
| 167 | } |
| 168 | |
| 169 | render() { |
| 170 | const {strokeColor = '#000', strokeWidth = 1} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected