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" } }