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
3030This library now supports react-native. It has two dependencies on react-native modules you will have to install yourself:
3131
3232* [ 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
3434
3535## Node.js
3636Please 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;
2323let DeviceInfo ;
2424if ( BUILD_COMPAT_REACT_NATIVE ) {
2525 const reactNative = require ( 'react-native' ) ;
26- AsyncStorage = require ( '@react-native-community /async-storage' ) . default ;
26+ AsyncStorage = require ( '@react-native-async-storage /async-storage' ) . default ;
2727 Platform = reactNative . Platform ;
2828 DeviceInfo = require ( 'react-native-device-info' ) ;
2929}
You can’t perform that action at this time.
0 commit comments