Skip to content

Commit 7745a0c

Browse files
authored
Update INSTALL-IOS-AUTO.md
Pin fetch@2.7.1 until bggeo support for 2.8.0
1 parent 8e5d297 commit 7745a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help/INSTALL-IOS-AUTO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
```shell
77
yarn add react-native-background-geolocation
88

9-
yarn add react-native-background-fetch
9+
yarn add react-native-background-fetch@2.7.1
1010
```
1111

1212
### With `npm`
1313
```shell
1414
npm install react-native-background-geolocation --save
1515

16-
npm install react-native-background-fetch --save
16+
npm install react-native-background-fetch@2.7.1 --save
1717
```
1818

1919
## `pod install`

0 commit comments

Comments
 (0)