Mapbox Maps SDK for React Native
A community-supported, open-source React Native library for building maps with the Mapbox Maps SDK for iOS and Mapbox Maps SDK for Android.Get Started
Create your first map in under 5 minutes
Installation
Install and configure for iOS, Android, and Expo
API Reference
Explore all components and their properties
Examples
Browse interactive examples and code samples
Key Features
Native Performance
Built on Mapbox’s native SDKs for smooth 60fps rendering and gesture handling
Rich Components
Full access to sources, layers, annotations, camera controls, and more
Data Visualization
Display GeoJSON, vector tiles, raster sources with customizable styles
3D Terrain
Render elevation data with 3D terrain and building extrusions
Offline Maps
Download map regions for offline use with full caching support
Location Tracking
Built-in user location with customizable pucks and tracking modes
Supported Platforms
- React Native: 0.79+
- iOS: Mapbox Maps SDK v11.18.2
- Android: Mapbox Maps SDK v11.18.2
- Expo: Full support with config plugin
- Architecture: Built on React Native’s New Architecture (Fabric/TurboModules)
This package requires custom native code and is not available in the Expo Go app. Learn how to use it with custom dev clients.
Prerequisites
Before you begin, you’ll need:- A Mapbox account (free tier available)
- A Mapbox access token from your account page
- Node.js and npm/yarn installed
- React Native development environment set up
What You Can Build
With @rnmapbox/maps, you can create:- Location-based apps with real-time tracking and routing
- Data visualizations with heatmaps, clusters, and custom markers
- Interactive maps with tap handlers, gestures, and animations
- Offline experiences with downloadable map packs
- 3D environments with terrain, extrusions, and custom models
Quick Example
Here’s a simple map to get you started:Ready to get started?
Follow the installation guide to set up your project
Community & Support
- GitHub: rnmapbox/maps
- Discussions: GitHub Discussions
- Discord: #react-native channel in Mapbox Discord
- Issues: Bug Reports