diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-07-01 17:32:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 17:32:12 -0400 |
| commit | fa9c527f85d23a38b45c7efc41ec4590597fa7a1 (patch) | |
| tree | 164852b257ab961fb8d4a067189b85e0aadcc180 /package.json | |
| parent | 66c974161b59f1e3570e2a4a42334fabc16c2129 (diff) | |
| parent | ad2f052c6d2cd1b50cc01200597b5b79cb33082d (diff) | |
Merge pull request #472 from TaggiD-Inc/poc-video
[POC] PoC Video
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index eebb8837..63203775 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@reduxjs/toolkit": "^1.4.0", "@stream-io/flat-list-mvcp": "^0.10.1", "@types/react-native-vector-icons": "^6.4.5", + "@types/react-native-video": "^5.0.6", "moment": "^2.29.1", "patch-package": "^6.4.7", "postinstall-postinstall": "^2.1.0", @@ -46,8 +47,8 @@ "react-native-haptic-feedback": "^1.11.0", "react-native-hyperlink": "^0.0.19", "react-native-image-crop-picker": "^0.36.0", + "react-native-image-picker": "^4.0.4", "react-native-image-pan-zoom": "^2.1.12", - "react-native-image-picker": "^4.0.3", "react-native-image-resizer": "^1.4.4", "react-native-inappbrowser-reborn": "^3.5.0", "react-native-linear-gradient": "^2.5.6", @@ -62,6 +63,7 @@ "react-native-splash-screen": "^3.2.0", "react-native-svg": "^12.1.0", "react-native-vector-icons": "^7.0.0", + "react-native-video": "^5.1.1", "react-promise-tracker": "^2.1.0", "react-redux": "^7.2.2", "reanimated-bottom-sheet": "^1.0.0-alpha.22", @@ -109,4 +111,4 @@ "./node_modules/react-native-gesture-handler/jestSetup.js" ] } -} +}
\ No newline at end of file |
