We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d92a52 commit 6466d45Copy full SHA for 6466d45
lib/AsyncStorage.js
@@ -12,7 +12,7 @@
12
13
'use strict';
14
15
-const NativeModules = require('NativeModules');
+const {NativeModules} = require('react-native');
16
17
// Use RocksDB if available, then SQLite, then file storage.
18
// Changed Name of SQLite DB, to not conflict with AsyncStorage from RN repo
0 commit comments