We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa8ab9 commit 0a331bdCopy full SHA for 0a331bd
lib/AsyncStorage.js
@@ -16,7 +16,7 @@ const {NativeModules} = require('react-native');
16
const RCTAsyncStorage =
17
NativeModules.RNC_AsyncSQLiteDBStorage ||
18
NativeModules.RNCAsyncStorage ||
19
- NativeModules.AsyncLocalStorage; // Support for external modules, like react-native-windows
+ NativeModules.PlatformLocalStorage; // Support for external modules, like react-native-windows
20
21
if (!RCTAsyncStorage) {
22
throw new Error(`[@RNC/AsyncStorage]: NativeModule: AsyncStorage is null.
0 commit comments