This is an app to demonstrate the possibilities of @maplibre/maplibre-react-native
within Expo.
Note
This app is configured through a monorepo for easy native development of the library. Follow the Getting Started guide for regular installation steps.
- Install all monorepo dependencies by running
yarn install
from the root directory - Switch to the
packages/expo-app
directory - Build and run a platform:
yarn android
for building and running Androidyarn ios
for building and running iOS
After you've built a development client, you can use yarn start
to just reload the apps without another native build.