aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <michael.foiani@gmail.com>2021-08-02 12:29:26 -0400
committerMichael <michael.foiani@gmail.com>2021-08-09 12:37:03 -0400
commitc9fe93bd9b4322feee60bbb82eb8e007644e768f (patch)
tree1f9156395fa2e0ea887cc1a701a3395671a33bcc
parent89a990ec830c03044fbd5a75d8833e6823a74aa2 (diff)
Build and test deployment on new master.
-rw-r--r--ios/Podfile.lock6
-rw-r--r--package-lock.json16
-rw-r--r--yarn.lock5
3 files changed, 0 insertions, 27 deletions
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index a0df1f1f..5abf33b3 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -358,8 +358,6 @@ PODS:
- React-Core
- react-native-safe-area-context (3.2.0):
- React-Core
- - react-native-simple-gradient-progressbar-view (0.2.0):
- - React-Core
- react-native-splash-screen (3.2.0):
- React
- react-native-video (5.1.1):
@@ -559,7 +557,6 @@ DEPENDENCIES:
- react-native-photo-manipulator (from `../node_modules/react-native-photo-manipulator`)
- react-native-pinchable (from `../node_modules/react-native-pinchable`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
- - react-native-simple-gradient-progressbar-view (from `../node_modules/react-native-simple-gradient-progressbar-view`)
- react-native-splash-screen (from `../node_modules/react-native-splash-screen`)
- react-native-video (from `../node_modules/react-native-video`)
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
@@ -678,8 +675,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-pinchable"
react-native-safe-area-context:
:path: "../node_modules/react-native-safe-area-context"
- react-native-simple-gradient-progressbar-view:
- :path: "../node_modules/react-native-simple-gradient-progressbar-view"
react-native-splash-screen:
:path: "../node_modules/react-native-splash-screen"
react-native-video:
@@ -795,7 +790,6 @@ SPEC CHECKSUMS:
react-native-photo-manipulator: e44c14a28bf7c9b7657a0e0ac79327c1a4d8fe2c
react-native-pinchable: b4381b0807d15c12b14bfacd927128f52d96f0f1
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
- react-native-simple-gradient-progressbar-view: 7f0f242fe65573201ab16bc9d4a600c6152c92dc
react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865
react-native-video: 0bb76b6d6b77da3009611586c7dbf817b947f30e
React-RCTActionSheet: 53ea72699698b0b47a6421cb1c8b4ab215a774aa
diff --git a/package-lock.json b/package-lock.json
index 9d25c717..e14d5f64 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -60,7 +60,6 @@
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.9.0",
"react-native-share": "^5.1.7",
- "react-native-simple-gradient-progressbar-view": "^0.2.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.1",
@@ -11863,15 +11862,6 @@
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-5.3.0.tgz",
"integrity": "sha512-VHRVxCyENhKThfap2Y7eXawuCqMpSvKYsvANZUfeTKrTlZ86hVi9h0+ITXKTLIj8gOB8qmSYUzKG7o6Kj4wKJg=="
},
- "node_modules/react-native-simple-gradient-progressbar-view": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/react-native-simple-gradient-progressbar-view/-/react-native-simple-gradient-progressbar-view-0.2.0.tgz",
- "integrity": "sha512-mqavQMhdTtb/StG/zsB844GhTNKQr3Bp+u1LTV9bU68mB/bS6VQiHh6WLfM1VPPXiAKTE1bI8i8RfKvOwrIp/A==",
- "peerDependencies": {
- "react": "*",
- "react-native": "*"
- }
- },
"node_modules/react-native-snap-carousel": {
"version": "3.9.1",
"resolved": "https://registry.npmjs.org/react-native-snap-carousel/-/react-native-snap-carousel-3.9.1.tgz",
@@ -23909,12 +23899,6 @@
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-5.3.0.tgz",
"integrity": "sha512-VHRVxCyENhKThfap2Y7eXawuCqMpSvKYsvANZUfeTKrTlZ86hVi9h0+ITXKTLIj8gOB8qmSYUzKG7o6Kj4wKJg=="
},
- "react-native-simple-gradient-progressbar-view": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/react-native-simple-gradient-progressbar-view/-/react-native-simple-gradient-progressbar-view-0.2.0.tgz",
- "integrity": "sha512-mqavQMhdTtb/StG/zsB844GhTNKQr3Bp+u1LTV9bU68mB/bS6VQiHh6WLfM1VPPXiAKTE1bI8i8RfKvOwrIp/A==",
- "requires": {}
- },
"react-native-snap-carousel": {
"version": "3.9.1",
"resolved": "https://registry.npmjs.org/react-native-snap-carousel/-/react-native-snap-carousel-3.9.1.tgz",
diff --git a/yarn.lock b/yarn.lock
index 8641bda9..85044344 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -7441,11 +7441,6 @@ react-native-svg-transformer@^0.14.3:
"resolved" "https://registry.npmjs.org/react-native-share/-/react-native-share-5.3.0.tgz"
"version" "5.3.0"
-"react-native-simple-gradient-progressbar-view@^0.2.0":
- "integrity" "sha512-mqavQMhdTtb/StG/zsB844GhTNKQr3Bp+u1LTV9bU68mB/bS6VQiHh6WLfM1VPPXiAKTE1bI8i8RfKvOwrIp/A=="
- "resolved" "https://registry.npmjs.org/react-native-simple-gradient-progressbar-view/-/react-native-simple-gradient-progressbar-view-0.2.0.tgz"
- "version" "0.2.0"
-
"react-native-snap-carousel@^3.9.1":
"integrity" "sha512-xWEGusacIgK1YaDXLi7Gao2+ISLoGPVEBR8fcMf4tOOJQufutlNwkoLu0l6B8Qgsrre0nTxoVZikRgGRDWlLaQ=="
"resolved" "https://registry.npmjs.org/react-native-snap-carousel/-/react-native-snap-carousel-3.9.1.tgz"