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

Method render

src/MapLocalTile.tsx:49–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 getUIManagerCommand!: (name: string) => UIManagerCommand;
48
49 render() {
50 const AIRMapLocalTile = this.getNativeComponent();
51 return <AIRMapLocalTile {...this.props} />;
52 }
53}
54
55export default decorateMapComponent(MapLocalTile, 'LocalTile', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected