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.
2 parents 1d92a52 + 6466d45 commit 62ec945Copy full SHA for 62ec945
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