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

Method setNativeProps

src/MapPolyline.tsx:166–168  ·  view source on GitHub ↗
(props: Partial<NativeProps>)

Source from the content-addressed store, hash-verified

164 }
165
166 setNativeProps(props: Partial<NativeProps>) {
167 this.polyline.current?.setNativeProps(props);
168 }
169
170 render() {
171 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected