Skip to content

Commit cbb31ff

Browse files
authored
Update INSTALL-IOS-RNPM.md
Document setup madness with cocoa-lumberjack vs Cocoapods installation
1 parent 448c303 commit cbb31ff

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

help/INSTALL-IOS-RNPM.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,20 @@ npm install react-native-background-geolocation --save
1515
npm install cocoa-lumberjack --save
1616
```
1717

18+
:warning: For those not using Cocoapods (you *should*), where your iOS app doesn't have a `Podfile`:
19+
```shell
20+
yarn add cocoa-lumberjack
21+
// <or npm>
22+
npm install cocoa-lumberjack
23+
```
24+
1825
## `react-native link`
1926
```shell
2027
react-native link react-native-background-geolocation
2128
react-native link react-native-background-fetch
22-
react-native link cocoa-lumberjack
29+
// if (!using cocoapods)
30+
react-native link cocoa-lumberjack
31+
//
2332
```
2433
2534
## `pod install`

0 commit comments

Comments
 (0)