Skip to content

Commit

Permalink
fix(example): build react-native-zip-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 2, 2024
1 parent 713a50c commit 5b943a5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
21 changes: 9 additions & 12 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1101,16 +1101,13 @@ PODS:
- RNSound/Core (= 0.11.2)
- RNSound/Core (0.11.2):
- React-Core
- RNZipArchive (6.1.0):
- RNZipArchive (7.0.1):
- React-Core
- RNZipArchive/Core (= 6.1.0)
- SSZipArchive (~> 2.2)
- RNZipArchive/Core (6.1.0):
- React-Core
- SSZipArchive (~> 2.2)
- RNZipArchive/Core (= 7.0.1)
- SSZipArchive (~> 2.5.5)
- SocketRocket (0.6.1)
- SSZipArchive (2.4.3)
- whisper-rn (0.4.0-rc.7):
- SSZipArchive (2.5.5)
- whisper-rn (0.4.0-rc.8):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -1354,12 +1351,12 @@ SPEC CHECKSUMS:
ReactCommon: 45b5d4f784e869c44a6f5a8fad5b114ca8f78c53
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNSound: 6c156f925295bdc83e8e422e7d8b38d33bc71852
RNZipArchive: ef9451b849c45a29509bf44e65b788829ab07801
RNZipArchive: 7bb4c70d6aa2dd235212c0a4a3de0a4e237e2569
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef
whisper-rn: fee681f3a7f168c6f615879dd8bf4bc002c1e335
SSZipArchive: c69881e8ac5521f0e622291387add5f60f30f3c4
whisper-rn: 7a97195e567a3388f4ace1abf5b7456196f1f6d1
Yoga: e64aa65de36c0832d04e8c7bd614396c77a80047

PODFILE CHECKSUM: 80498ebe77b4fb086f5bdde47d6aa337318b67f0

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-native": "0.73.2",
"react-native-fs": "^2.20.0",
"react-native-sound": "^0.11.2",
"react-native-zip-archive": "^6.1.0"
"react-native-zip-archive": "^7.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3889,10 +3889,10 @@ react-native-sound@^0.11.2:
resolved "https://registry.yarnpkg.com/react-native-sound/-/react-native-sound-0.11.2.tgz#e542dc5b9e16ab4b3ac7e6eaddb1fc8d98da9038"
integrity sha512-LmGc8lgOK3qecYMVQpyHvww/C+wgT6sWeMpVbOe4NCRGC2yKd4fo4U0KBUo9PO7AqKESO3I/2GZg1/C0+bwiiA==

react-native-zip-archive@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/react-native-zip-archive/-/react-native-zip-archive-6.1.0.tgz#beed62dea9c7ff1e4fd4b6ce0e496ede5ab2f96f"
integrity sha512-FEt6O8YD/Is48HGXuHndFktod7S2cUdf0C+B2XRHWeS3zs/gXlzOGo1gcwUxdMyqQwEwnFuAqlYvUK4BNGQsDg==
react-native-zip-archive@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/react-native-zip-archive/-/react-native-zip-archive-7.0.1.tgz#d682a208de72da6d3609d7a3a60d65465dfc6f83"
integrity sha512-Zd3TDVCUQkAC3jjvmFjjJHOoig+ryYcOMrh7iLiwQCqe8TgrGJm3rhDNDgpfHKdLRMlIletvz2sh9OOttb0dZQ==

[email protected]:
version "0.73.2"
Expand Down

0 comments on commit 5b943a5

Please sign in to comment.