diff --git a/index.js b/index.js index ebec2b5..38a760e 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -import { AsyncStorage } from 'react-native'; +import AsyncStorage from '@react-native-community/async-storage'; export class KeyValueStore {