diff --git a/lib/AsyncStorage.js b/lib/AsyncStorage.js index cef6a0dc..8c8ef592 100644 --- a/lib/AsyncStorage.js +++ b/lib/AsyncStorage.js @@ -12,7 +12,7 @@ 'use strict'; -const NativeModules = require('NativeModules'); +const {NativeModules} = require('react-native'); // Use RocksDB if available, then SQLite, then file storage. // Changed Name of SQLite DB, to not conflict with AsyncStorage from RN repo