From c44406e1da3e6fedcd1ebd03b0c62db470f4daa4 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 6 Jul 2021 15:04:28 -0400 Subject: Made basic video/image compressor. --- package-lock.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'package-lock.json') 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", -- cgit v1.2.3-70-g09d2