Skip to content

Commit 771f7c9

Browse files
Merge pull request #4494 from segmentio/niallzato-patch-2
Install packages for RN 2.0 have Changed
2 parents 39a7a13 + 15e4f4e commit 771f7c9

File tree

1 file changed

+3
-3
lines changed
  • src/connections/sources/catalog/libraries/mobile/react-native

1 file changed

+3
-3
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ To get started with the Analytics for React Native 2.0 library:
2929
1. Create a React Native Source in Segment.
3030
1. Go to **Connections > Sources > Add Source**.
3131
2. Search for React Native and click **Add source**.
32-
2. Install `@segment/analytics-react-native`, [`@segment/sovran-react-native`](https://github.com/segmentio/sovran-react-native){:target="_blank"} and [`react-native-async-storage/async-storage`](https://github.com/react-native-async-storage/async-storage){:target="_blank"}:
32+
2. Install `@segment/analytics-react-native`, [`@segment/sovran-react-native`](https://github.com/segmentio/sovran-react-native){:target="_blank"} and [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values){:target="_blank"}:
3333

3434
```js
35-
yarn add @segment/analytics-react-native @segment/sovran-react-native @react-native-async-storage/async-storage
35+
yarn add @segment/analytics-react-native @segment/sovran-react-native react-native-get-random-values
3636
# or
37-
npm install --save @segment/analytics-react-native @segment/sovran-react-native @react-native-async-storage/async-storage
37+
npm install --save @segment/analytics-react-native @segment/sovran-react-native react-native-get-random-values
3838
```
3939
3. If you're using iOS, install native modules with:
4040

0 commit comments

Comments
 (0)