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

Method setNativeProps

src/MapView.tsx:812–815  ·  view source on GitHub ↗
(props: Partial<NativeProps>)

Source from the content-addressed store, hash-verified

810 }
811
812 setNativeProps(props: Partial<NativeProps>) {
813 // @ts-ignore
814 this.map.current?.setNativeProps(props);
815 }
816
817 private _onMapReady() {
818 const {onMapReady} = this.props;

Callers 1

handleColorChangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected