diff options
| author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2020-11-09 11:30:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 14:30:26 -0500 |
| commit | d7ed9541f47c22d93c43a32baf3bf33d68d823c8 (patch) | |
| tree | 8342087f4cc5f41aff3f3fcec4559ac9019144db /package.json | |
| parent | ea0b0a9730d2a5e410583f04c5d138a73d709a6c (diff) | |
blur background, realign comment count, reposition content (#110)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 037b3f81..84c8163a 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ }, "dependencies": { "@react-native-community/async-storage": "^1.12.1", + "@react-native-community/blur": "^3.6.0", "@react-native-community/masked-view": "^0.1.10", "@react-navigation/bottom-tabs": "^5.7.2", "@react-navigation/native": "^5.6.1", @@ -46,8 +47,8 @@ "@react-native-community/eslint-config": "^1.0.0", "@types/jest": "^24.0.24", "@types/react-native": "^0.62.0", - "@types/react-test-renderer": "16.9.2", "@types/react-native-snap-carousel": "^3.8.2", + "@types/react-test-renderer": "16.9.2", "@typescript-eslint/eslint-plugin": "^2.27.0", "@typescript-eslint/parser": "^2.27.0", "babel-jest": "^24.9.0", |
