File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/connections/sources/catalog/libraries/mobile/react-native Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ To get started with the Analytics for React Native 2.0 library:
29
29
1 . Create a React Native Source in Segment.
30
30
1 . Go to ** Connections > Sources > Add Source** .
31
31
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"}:
33
33
34
34
``` 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
36
36
# 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
38
38
```
39
39
3. If you' re using iOS, install native modules with:
40
40
You can’t perform that action at this time.
0 commit comments