From c8058ae086e86f60f1e97046ab1a652013142d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9lio=20Garcia?= Date: Fri, 18 Feb 2022 09:42:43 +0100 Subject: [PATCH] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 024e052..495b884 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,4 @@ -import AsyncStorage from '@react-native-community/async-storage'; +import AsyncStorage from '@react-native-async-storage/async-storage'; import handleError from './helpers/handleError';