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

Function getNativeComponentName

src/decorateMapComponent.ts:51–53  ·  view source on GitHub ↗
(provider: Provider, component: ComponentName)

Source from the content-addressed store, hash-verified

49}
50
51function getNativeComponentName(provider: Provider, component: ComponentName) {
52 return `${getNativeMapName(provider)}${component}`;
53}
54
55export const createNotSupportedComponent = (message: string): (() => null) => {
56 return () => {

Callers 2

getDefaultComponentFunction · 0.85
decorateMapComponentFunction · 0.85

Calls 1

getNativeMapNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…