Skip to content

Commit

Permalink
Update INSTALL-IOS-AUTO.md
Browse files Browse the repository at this point in the history
Pin [email protected] until bggeo support for 2.8.0
  • Loading branch information
christocracy authored Feb 13, 2020
1 parent 8e5d297 commit 7745a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help/INSTALL-IOS-AUTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
```shell
yarn add react-native-background-geolocation

yarn add react-native-background-fetch
yarn add react-native-background-fetch@2.7.1
```

### With `npm`
```shell
npm install react-native-background-geolocation --save

npm install react-native-background-fetch --save
npm install react-native-background-fetch@2.7.1 --save
```

## `pod install`
Expand Down

0 comments on commit 7745a0c

Please sign in to comment.