diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-07-14 14:50:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-14 14:50:17 -0400 |
| commit | 4b6ada10d14e569c897fa289f57886e1daa2478d (patch) | |
| tree | b56b7ea0f94d5cba12e64c430ac8889fd495832c /package.json | |
| parent | 68f05afdf2d4ca29df60761c3d8f8ee445c1804d (diff) | |
| parent | 1b9059d49532eacb60bf36b25771df42541670f4 (diff) | |
Merge pull request #502 from brian-tagg/tma955-video-cropping
[TMA-955] video cropping
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 42e94b39..a05b774b 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "postinstall": "patch-package" }, "dependencies": { + "@dudigital/react-native-zoomable-view": "1.0.16", "@react-native-community/async-storage": "^1.12.1", "@react-native-community/blur": "^3.6.0", "@react-native-community/cameraroll": "^4.0.4", @@ -65,6 +66,7 @@ "react-native-svg": "^12.1.1", "react-native-vector-icons": "^7.0.0", "react-native-video": "^5.1.1", + "react-native-video-processing": "^2.0.0", "react-promise-tracker": "^2.1.0", "react-redux": "^7.2.2", "reanimated-bottom-sheet": "^1.0.0-alpha.22", |
