mapcn-react-native
Reference

Components index

Every registry component, its category, and its registry dependencies.

ComponentCategoryRegistry depsSourceDocs
corecoresharedConfiguration
mapcorecoreper-rendererMap
markercoremapper-rendererMarkers
popupcorecore, map, markersharedPopups
controlscorecore, mapsharedControls
routedatamapsharedRoutes
geojsondatacore, mapsharedGeoJSON
circledatacore, map, geojsonsharedCircles
polygondatacore, map, geojsonsharedPolygons
clusterdatacore, mapsharedClustering
heatmapdatacore, mapsharedHeatmaps
choroplethdatacore, map, geojsonsharedChoropleths
legenddatacore, mapsharedLegend
locationlocationcoresharedLocation tracking
location-pucklocationcore, map, locationper-rendererLocation puck
style-switcherstylingcore, mapsharedStyle switcher

npx mapcn-rn list prints this same set against your project's installed state. npx mapcn-rn add <name> resolves the Registry deps column transitively -- you never need to install dependencies manually.

per-renderer components have both a MapLibre and a Mapbox implementation of the same public API (imported from one shared prop-type file); shared components are a single, byte-identical source materialized into both demo apps.

Types & API index · CLI command reference

On this page