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:
2626
2727 ``` js
2828 yarn add @segment/ analytics- react- native @segment/ sovran- react- native react- native- get- random- values
29- # or
29+ ```
30+
31+ ` ` ` js
3032 npm install --save @segment/analytics-react-native @segment/sovran-react-native react-native-get-random-values
3133 ` ` `
34+
32353. If you want to use the default persistor for the Segment Analytics client, you also have to install ` react-native-async-storage/async-storage.`
3336
3437 ` ` ` js
3538 yarn add @react-native-async-storage/async-storage
36- # or
39+ ` ` `
40+
41+ ` ` ` js
3742 npm install --save @react-native-async-storage/async-storage
3843 ` ` `
3944
You can’t perform that action at this time.
0 commit comments