MCPcopy Create free account
hub / github.com/react-native-maps/react-native-maps / setNativeProps

Method setNativeProps

src/MapHeatmap.tsx:103–105  ·  view source on GitHub ↗
(props: Partial<NativeProps>)

Source from the content-addressed store, hash-verified

101 }
102
103 setNativeProps(props: Partial<NativeProps>) {
104 this.heatmap.current?.setNativeProps(props);
105 }
106
107 render() {
108 const AIRMapHeatmap = this.getNativeComponent();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected