File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ A JavaScript SDK for tracking events and revenue to [Amplitude](https://www.ampl
30
30
This library now supports react-native. It has two dependencies on react-native modules you will have to install yourself:
31
31
32
32
* [ react-native-device-info] ( https://www.npmjs.com/package/react-native-device-info ) Tested with version 3.1.4
33
- * [ @react-native-community /async-storage ] ( https://www.npmjs.com/package/@react-native-community /async-storage ) Tested with version 1.6.2
33
+ * [ @react-native-async-storage /async-storage ] ( https://www.npmjs.com/package/@react-native-async-storage /async-storage ) Tested with version 1.6.2
34
34
35
35
## Node.js
36
36
Please visit [ Amplitude-Node] ( https://github.com/amplitude/Amplitude-Node ) for our Node SDK.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ let Platform;
23
23
let DeviceInfo ;
24
24
if ( BUILD_COMPAT_REACT_NATIVE ) {
25
25
const reactNative = require ( 'react-native' ) ;
26
- AsyncStorage = require ( '@react-native-community /async-storage' ) . default ;
26
+ AsyncStorage = require ( '@react-native-async-storage /async-storage' ) . default ;
27
27
Platform = reactNative . Platform ;
28
28
DeviceInfo = require ( 'react-native-device-info' ) ;
29
29
}
You can’t perform that action at this time.
0 commit comments