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

Method setNativeProps

src/MapPolygon.tsx:165–167  ·  view source on GitHub ↗
(props: Partial<MapPolygonProps>)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected