diff options
| author | Michael <michael.foiani@gmail.com> | 2021-07-02 15:47:02 -0400 |
|---|---|---|
| committer | Michael <michael.foiani@gmail.com> | 2021-07-02 15:47:02 -0400 |
| commit | c76a84a8a82dd00b826231a734c96af7e994d074 (patch) | |
| tree | c6c8bf009ea0d6bee5af1fc16e962d6906573df3 /package.json | |
| parent | 1f834f858e8cdcb4114969867f491f97813076ee (diff) | |
Added new dependencies for the video processing.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 63203775..0910f95b 100644 --- a/package.json +++ b/package.json @@ -47,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.4", "react-native-image-resizer": "^1.4.4", "react-native-inappbrowser-reborn": "^3.5.0", "react-native-linear-gradient": "^2.5.6", @@ -64,6 +64,7 @@ "react-native-svg": "^12.1.0", "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", @@ -111,4 +112,4 @@ "./node_modules/react-native-gesture-handler/jestSetup.js" ] } -}
\ No newline at end of file +} |
