(props: Partial<NativeProps>)
| 101 | } |
| 102 | |
| 103 | setNativeProps(props: Partial<NativeProps>) { |
| 104 | this.heatmap.current?.setNativeProps(props); |
| 105 | } |
| 106 | |
| 107 | render() { |
| 108 | const AIRMapHeatmap = this.getNativeComponent(); |
nothing calls this directly
no outgoing calls
no test coverage detected