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

Method constructor

src/MapHeatmap.tsx:98–101  ·  view source on GitHub ↗
(props: MapHeatmapProps)

Source from the content-addressed store, hash-verified

96 private heatmap: NativeProps['ref'];
97
98 constructor(props: MapHeatmapProps) {
99 super(props);
100 this.heatmap = React.createRef<View>();
101 }
102
103 setNativeProps(props: Partial<NativeProps>) {
104 this.heatmap.current?.setNativeProps(props);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected