Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 8c14089

Browse files
teekirolLori Lee
and
Lori Lee
authored
Replace manual linking instructions in README with pod install (segmentio#198)
Co-authored-by: Lori Lee <[email protected]>
1 parent 40a3f5a commit 8c14089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ By default, our `@segment/analytics-react-native` package does not contain any d
132132
We recommend only using device-based destinations on a need-to-use basis to reduce the size of your application, and to avoid running into the dreaded 65k method limit on Android.
133133

134134
If you would like to package device-based destinations, first search for the dependency you need using [the list below](#supported-device-mode-destinations).
135-
Then run `react-native link` and add it in the `.using()` configuration method. Example using Firebase :
135+
Then run `pod install` in your `ios/` folder and add it in the `.using()` configuration method. Example using Firebase :
136136

137137
```bash
138138
$ yarn add @segment/analytics-react-native-firebase
139-
$ yarn react-native link
139+
$ cd ios && pod install && cd ..
140140
```
141141

142142
In your code :

0 commit comments

Comments
 (0)