Commercial use

How to setup your project for commercial use.

CARTO Basemaps

If you have a commercial license for CARTO basemaps, you can disregard this.

Install Maptiler based Map Component for cheaper commercial use

Run the following command to add the map component:

npx @react-native-reusables/cli@latest add https://mapcn-rn.aiken.si/maps/map-maptiler.json

Get a Maptiler API key from the Maptiler website.

Maptiler pricing:

  • Free tier: 100,000 requests/month
  • Additional pricing info is available at: Maptiler Pricing

Add the API key to your environment variables:

# .env
EXPO_PUBLIC_MAPTILER_API_KEY=your_maptiler_api_key_here

This will add the maptiler-based map component to components/ui/map.tsx in your project.