diff options
| author | Michael <michael.foiani@gmail.com> | 2021-07-06 15:04:28 -0400 |
|---|---|---|
| committer | Michael <michael.foiani@gmail.com> | 2021-07-06 15:04:28 -0400 |
| commit | c44406e1da3e6fedcd1ebd03b0c62db470f4daa4 (patch) | |
| tree | f4abe35f6247859743f12c8c43789284b23bffe2 /package-lock.json | |
| parent | 843a9d39b99815bc232b4a105e5900f1d29535b5 (diff) | |
Made basic video/image compressor.
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json index c92fe1be..46ed0c05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,6 +31,7 @@ "react-native": "0.63.3", "react-native-animatable": "^1.3.3", "react-native-camera": "^3.44.1", + "react-native-circular-progress": "^1.3.7", "react-native-confirmation-code-field": "^6.5.0", "react-native-contacts": "^6.0.4", "react-native-controlled-mentions": "^2.2.5", @@ -57,7 +58,7 @@ "react-native-share": "^5.1.7", "react-native-snap-carousel": "^3.9.1", "react-native-splash-screen": "^3.2.0", - "react-native-svg": "^12.1.0", + "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", @@ -11477,6 +11478,19 @@ "prop-types": "^15.6.2" } }, + "node_modules/react-native-circular-progress": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/react-native-circular-progress/-/react-native-circular-progress-1.3.7.tgz", + "integrity": "sha512-Lpe4Sb0Sdfdxopl6sEc3ooKnwlK5j1nKGq5lgi9UKDFKO6iBAszeH+PiUt6acGSRbKMH1av+9G9ni9r/6T0+nQ==", + "dependencies": { + "prop-types": "^15.7.2" + }, + "peerDependencies": { + "react": ">=16.0.0", + "react-native": ">=0.50.0", + "react-native-svg": ">=7.0.0" + } + }, "node_modules/react-native-confirmation-code-field": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/react-native-confirmation-code-field/-/react-native-confirmation-code-field-6.7.0.tgz", @@ -23547,6 +23561,14 @@ "prop-types": "^15.6.2" } }, + "react-native-circular-progress": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/react-native-circular-progress/-/react-native-circular-progress-1.3.7.tgz", + "integrity": "sha512-Lpe4Sb0Sdfdxopl6sEc3ooKnwlK5j1nKGq5lgi9UKDFKO6iBAszeH+PiUt6acGSRbKMH1av+9G9ni9r/6T0+nQ==", + "requires": { + "prop-types": "^15.7.2" + } + }, "react-native-confirmation-code-field": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/react-native-confirmation-code-field/-/react-native-confirmation-code-field-6.7.0.tgz", |
