Skip to content

Commit

Permalink
fix: add examples/expo-app/REAME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrauber committed Nov 13, 2023
1 parent 982ba7a commit 68241d2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# MapLibre React Native Expo Example

## Usage

1. Clone Repo `git clone `
2. Navigate to directory `cd maplibre-react-native/examples/expo`
3. Install dependencies `pnpm install`
4. Run `expo prebuild` to use the expo-dev-client
5 Run a simulator build:
a. `pnpm ios -d`
b. `pnpm android -d`
11 changes: 11 additions & 0 deletions examples/expo-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# MapLibre React Native Expo Example

## Usage

1. Clone Repo `git clone `
2. Navigate to directory `cd maplibre-react-native/examples/expo`
3. Install dependencies `pnpm install`
4. Run `expo prebuild` to use the expo-dev-client
5 Run a simulator build:
a. `pnpm ios -d`
b. `pnpm android -d`

0 comments on commit 68241d2

Please sign in to comment.