From f7a1e5967d75b46025068144cd720bd51f75629e Mon Sep 17 00:00:00 2001 From: Jeremy Epstein Date: Sun, 12 Jan 2025 18:26:18 +1100 Subject: [PATCH] Add Expo MapLibre native + web demo (#84) * Add Expo MapLibre native + web demo * Move Expo MapLibre native + web demo to new Demos / Examples section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d74aeba..afe2332 100644 --- a/README.md +++ b/README.md @@ -280,3 +280,7 @@ are designated with a ✅, and hosted projects with a 💙. - [StreetComplete](https://streetcomplete.app) — Easy to use mobile OpenStreetMap editor used for mapping in the field - [Cartes](https://cartes.app) — French alternative to Google Maps based on a fully open source stack - [Mountaya](https://mountaya.com) - Interactive 3D maps to understand, explore, and stay safe in the mountain. + +## Demos / Examples + +- [Expo MapLibre native + web demo](https://github.com/Jaza/expo-maplibre-native-plus-web-demo) - Demo Expo app using [maplibre-react-native](https://github.com/maplibre/maplibre-react-native) for native, and falling back to [react-map-gl](https://github.com/visgl/react-map-gl) with [maplibre-gl-js](https://github.com/maplibre/maplibre-gl-js) for web.