diff --git a/demo/package.json b/demo/package.json index 44e8df9..8f8d7d3 100644 --- a/demo/package.json +++ b/demo/package.json @@ -11,6 +11,7 @@ "postinstall": "expo-yarn-workspaces postinstall" }, "dependencies": { + "@react-native-community/async-storage": "^1.5.0", "expo": "^33.0.0", "react": "16.8.3", "react-dom": "^16.8.6", diff --git a/yarn.lock b/yarn.lock index f12b6f7..1a511b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2011,6 +2011,11 @@ universal-user-agent "^2.0.0" url-template "^2.0.8" +"@react-native-community/async-storage@^1.5.0": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@react-native-community/async-storage/-/async-storage-1.5.0.tgz#647ffcd832272068b0be57332e08d73036ed391f" + integrity sha512-2yE4RzQ5IL+UTPhuMY0ykNRKHf1m90jOnmp8fcDPUun5U97cXlorjI4p66ovDgF0FuOv8ZpiUKvunGy3qqBxwg== + "@react-native-community/cli@^1.2.1": version "1.10.0" resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-1.10.0.tgz#66e3c9f407763281f7060c034145650bf0d6786c"