Skip to content

Commit 8a2772a

Browse files
authored
edits
1 parent 646cfad commit 8a2772a

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,23 @@ To get started with the Analytics for React Native library:
2222
1. Create a React Native Source in Segment.
2323
1. Go to **Connections > Sources > Add Source**.
2424
2. Search for React Native and click **Add source**.
25-
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"}:
25+
2. Install `@segment/analytics-react-native`, [`@segment/sovran-react-native`](https://github.com/segmentio/analytics-react-native/tree/master/packages/sovran){:target="_blank"} and [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values){:target="_blank"}. You can install in one of two ways:
2626

2727
```js
2828
yarn add @segment/analytics-react-native @segment/sovran-react-native react-native-get-random-values
2929
```
30-
30+
or
31+
3132
```js
3233
npm install --save @segment/analytics-react-native @segment/sovran-react-native react-native-get-random-values
3334
```
3435

35-
3. If you want to use the default persistor for the Segment Analytics client, you also have to install `react-native-async-storage/async-storage.`
36+
3. If you want to use the default persistor for the Segment Analytics client, you also have to install `react-native-async-storage/async-storage.` You can install in one of two ways:
3637

3738
```js
3839
yarn add @react-native-async-storage/async-storage
3940
```
41+
or
4042

4143
```js
4244
npm install --save @react-native-async-storage/async-storage

0 commit comments

Comments
 (0)