We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 732f1ba + cbb31ff commit 2e4a988Copy full SHA for 2e4a988
help/INSTALL-ANDROID-RNPM.md
@@ -17,7 +17,6 @@ npm install react-native-background-geolocation --save
17
```shell
18
react-native link react-native-background-geolocation
19
react-native link react-native-background-fetch
20
-react-native link cocoa-lumberjack
21
```
22
23
## Gradle Configuration
help/INSTALL-IOS.md
@@ -5,11 +5,13 @@
5
6
7
yarn add react-native-background-geolocation
8
+yarn add cocoa-lumberjack
9
10
11
### With `npm`
12
13
npm install react-native-background-geolocation --save
14
+npm install cocoa-lumberjack --save
15
16
- In the XCode's **`Project navigator`**, right click on project's name ➜ **`Add Files to <...>`**
0 commit comments