Skip to content

Commit c657763

Browse files
committed
fix issues with example app
1 parent e11c7be commit c657763

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

example/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ PODS:
8989
- React-fishhook (= 0.60.4)
9090
- RNFS (2.13.3):
9191
- React
92-
- RNZipArchive (4.1.4):
92+
- RNZipArchive (5.0.0-alpha.0):
9393
- React
94-
- RNZipArchive/Core (= 4.1.4)
94+
- RNZipArchive/Core (= 5.0.0-alpha.0)
9595
- SSZipArchive (= 2.2.2)
96-
- RNZipArchive/Core (4.1.4):
96+
- RNZipArchive/Core (5.0.0-alpha.0):
9797
- React
9898
- SSZipArchive (= 2.2.2)
9999
- SSZipArchive (2.2.2)
@@ -111,7 +111,7 @@ DEPENDENCIES:
111111
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
112112
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
113113
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
114-
- react-native-custom-tabs (from `../node_modules/react-native-custom-tabs/ios`)
114+
- react-native-custom-tabs (from `../node_modules/react-native-custom-tabs`)
115115
- react-native-document-picker (from `../node_modules/react-native-document-picker`)
116116
- react-native-webview (from `../node_modules/react-native-webview`)
117117
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
@@ -157,7 +157,7 @@ EXTERNAL SOURCES:
157157
React-jsinspector:
158158
:path: "../node_modules/react-native/ReactCommon/jsinspector"
159159
react-native-custom-tabs:
160-
:path: "../node_modules/react-native-custom-tabs/ios"
160+
:path: "../node_modules/react-native-custom-tabs"
161161
react-native-document-picker:
162162
:path: "../node_modules/react-native-document-picker"
163163
react-native-webview:
@@ -202,7 +202,7 @@ SPEC CHECKSUMS:
202202
React-jsi: 21d3153b1153fbf6510a92b6b11e33e725cb7432
203203
React-jsiexecutor: 7549641e48bafae7bfee3f3ea19bf4901639c5de
204204
React-jsinspector: 73f24a02fa684ed6a2b828ba116874a2191ded88
205-
react-native-custom-tabs: 4fda3ad34c1bfb312d77527fda38199251ddd652
205+
react-native-custom-tabs: e2847b68f7988fd8b209a5f69683955e45e965c2
206206
react-native-document-picker: 8508bfda34be6c24a2cbecbe515b15108658c183
207207
react-native-webview: 830d41c90141f3e997ddb271fa93c19f3a619ccc
208208
React-RCTActionSheet: 9f71d7ae3e8fb10e08d162cbf14c621349dbfab3
@@ -216,7 +216,7 @@ SPEC CHECKSUMS:
216216
React-RCTVibration: 0bea40cd51bd089bd591a8f74c86e91fdf2666c5
217217
React-RCTWebSocket: 163873f4cdd5f1058a9483443404fc3801581cb6
218218
RNFS: c9bbde46b0d59619f8e7b735991c60e0f73d22c1
219-
RNZipArchive: 6caa9fddb8776eaddee5b95d2c42ca451e0dec8f
219+
RNZipArchive: 22c3f2444cfe4a3a72ea331890eb0eb22ed58f6e
220220
SSZipArchive: fa16b8cc4cdeceb698e5e5d9f67e9558532fbf23
221221
yoga: c2c050f6ae6e222534760cc82f559b89214b67e2
222222

example/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5196,7 +5196,7 @@ react-native-webview@^6.3.1:
51965196
invariant "2.2.4"
51975197

51985198
"react-native-zip-archive@file:..":
5199-
version "4.1.4"
5199+
version "5.0.0-alpha.0"
52005200

52015201
52025202
version "0.60.4"

0 commit comments

Comments
 (0)