From a49702a190278bb03457e75a1702dab4817fd513 Mon Sep 17 00:00:00 2001 From: Rakesh Lal Kalyankar Date: Tue, 14 May 2019 20:16:09 +0530 Subject: [PATCH] fix for #336 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e5e8fa3..3f0601c 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ }, "peerDependencies": { "react": "*", - "react-native": ">= 0.49.0" + "react-native": ">= 0.49.0", + "@react-native-community/async-storage": "1.4.0" } }