Skip to content

Commit

Permalink
docs(README): mention pod install for first run, use pod-install
Browse files Browse the repository at this point in the history
The pod-install project is just a little bit more resilient wrapper for
pod installation, but also has lots of cross-platform power when/if that
is useful. Expo supports it well.

In this case it's most useful for just keeping the commands clean
  • Loading branch information
mikehardy committed Nov 12, 2021
1 parent 1c3c33c commit 6b9a0d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Fully-featured, React Native demo application for [React Native Background Geolo
yarn install
// <or with npm>
npm install
npx pod-install
```

Now run it:
Expand All @@ -24,9 +25,8 @@ Now run it:

:warning: If you get an iOS build error, this usually fixes it:
```bash
cd ios
rm Podfile.lock
pod install
rm ios/Podfile.lock
npx pod-install
```

The quickest way to see the plugin in-action is to boot the **iOS** simulator and *simulate location* with *Freeway Drive*.
Expand Down

0 comments on commit 6b9a0d1

Please sign in to comment.