Android

Code
import { Map } from "@maplibre/maplibre-react-native";
export function ExampleMap() {
return <Map mapStyle="https://demotiles.maplibre.org/style.json" />;
}
iOS

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

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