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.
1 parent 448c303 commit cbb31ffCopy full SHA for cbb31ff
help/INSTALL-IOS-RNPM.md
@@ -15,11 +15,20 @@ npm install react-native-background-geolocation --save
15
npm install cocoa-lumberjack --save
16
```
17
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
+
25
## `react-native link`
26
```shell
27
react-native link react-native-background-geolocation
28
react-native link react-native-background-fetch
-react-native link cocoa-lumberjack
29
+// if (!using cocoapods)
30
+ react-native link cocoa-lumberjack
31
+//
32
33
34
## `pod install`
0 commit comments