Skip to content

Commit 2e4a988

Browse files
committed
Merge conflict with docs
2 parents 732f1ba + cbb31ff commit 2e4a988

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

help/INSTALL-ANDROID-RNPM.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ npm install react-native-background-geolocation --save
1717
```shell
1818
react-native link react-native-background-geolocation
1919
react-native link react-native-background-fetch
20-
react-native link cocoa-lumberjack
2120
```
2221

2322
## Gradle Configuration

help/INSTALL-IOS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55

66
```shell
77
yarn add react-native-background-geolocation
8+
yarn add cocoa-lumberjack
89
```
910

1011
### With `npm`
1112
```shell
1213
npm install react-native-background-geolocation --save
14+
npm install cocoa-lumberjack --save
1315
```
1416

1517
- In the XCode's **`Project navigator`**, right click on project's name ➜ **`Add Files to <...>`**

0 commit comments

Comments
 (0)