Skip to main content

MapLibre React Native

React Native library for creating maps with MapLibre Native for Android & iOS.

Android

Android

Code

import { Map } from "@maplibre/maplibre-react-native";

export function ExampleMap() {
return <Map mapStyle="https://demotiles.maplibre.org/style.json" />;
}

iOS

iOS