From e482a998de7e875280ce6937ebf9f58a06618440 Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Thu, 11 Nov 2021 21:42:44 +0100 Subject: [PATCH] Switching to the new async-storage repository --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 238208f..ceabcfe 100644 --- a/src/index.js +++ b/src/index.js @@ -3,7 +3,7 @@ * @license MIT */ import merge from 'lodash.merge'; -import AsyncStorage from '@react-native-community/async-storage'; +import AsyncStorage from '@react-native-async-storage/async-storage'; const deviceStorage = { /**