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

Class

src/MapLocalTile.tsx:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39type NativeProps = MapLocalTileProps;
40
41export class MapLocalTile extends React.Component<MapLocalTileProps> {
42 // declaration only, as they are set through decorateMap
43 /// @ts-ignore
44 context!: React.ContextType<typeof ProviderContext>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected