diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2020-10-27 20:44:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 20:44:36 -0400 |
| commit | 24c269c9d52ec7cf2cd383a8d7c3aee43ed475c1 (patch) | |
| tree | 39044f1b6a4f52db941a75f9fa30a1184bf06720 /package.json | |
| parent | b41a975012172ba336b27ab3d64ed078b07633cd (diff) | |
[TMA-180] Image Carousel for Tagg Posts (#77)
* image carousel done
* fixed a minor bug
* TikTok is TikTok NOT Tiktok OKAY?
Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 72ff434d..80f146c9 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "react-native-reanimated": "^1.9.0", "react-native-safe-area-context": "^3.0.6", "react-native-screens": "^2.9.0", + "react-native-snap-carousel": "^3.9.1", "react-native-svg": "^12.1.0", "react-native-vector-icons": "^7.0.0", "react-promise-tracker": "^2.1.0", @@ -47,6 +48,7 @@ "@types/react-native": "^0.62.0", "@types/react-native-datepicker": "^1.7.0", "@types/react-test-renderer": "16.9.2", + "@types/react-native-snap-carousel": "^3.8.2", "@typescript-eslint/eslint-plugin": "^2.27.0", "@typescript-eslint/parser": "^2.27.0", "babel-jest": "^24.9.0", |
