Skip to main content

MapLibre React Native

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

Android

Android

Code

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

export function ExampleMap() {
return <MapView style={{ flex: 1 }} />;
}

iOS

iOS