File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
src/connections/sources/catalog/libraries/mobile/react-native Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,19 @@ To get started with the Analytics for React Native library:
26
26
27
27
``` js
28
28
yarn add @segment/ analytics- react- native @segment/ sovran- react- native react- native- get- random- values
29
- # or
29
+ ```
30
+
31
+ ` ` ` js
30
32
npm install --save @segment/analytics-react-native @segment/sovran-react-native react-native-get-random-values
31
33
` ` `
34
+
32
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.`
33
36
34
37
` ` ` js
35
38
yarn add @react-native-async-storage/async-storage
36
- # or
39
+ ` ` `
40
+
41
+ ` ` ` js
37
42
npm install --save @react-native-async-storage/async-storage
38
43
` ` `
39
44
You can’t perform that action at this time.
0 commit comments