Skip to content

Commit

Permalink
fix(example): fix build issue on iOS new arch due to react-native-ima…
Browse files Browse the repository at this point in the history
…ge-picker
  • Loading branch information
ThibaultBee committed Mar 13, 2024
1 parent 7b33186 commit c9572b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ PODS:
- React-debug
- react-native-blob-util (0.19.6):
- React-Core
- react-native-image-picker (7.1.0):
- react-native-image-picker (7.1.1):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1276,7 +1276,7 @@ SPEC CHECKSUMS:
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
react-native-blob-util: d8fa1a7f726867907a8e43163fdd8b441d4489ea
react-native-image-picker: 6c51359eca7a7df9f07e297218c25696eb9da976
react-native-image-picker: 1a7cd3224036e080fe46bcb955f2eb42fcbf7acc
react-native-video-uploader: 433b371c64ab080ec1bb77de6dfa349f17488e7a
React-nativeconfig: d7af5bae6da70fa15ce44f045621cf99ed24087c
React-NativeModulesApple: 0123905d5699853ac68519607555a9a4f5c7b3ac
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-blob-util": "^0.19.6",
"react-native-image-picker": "^7.1.0"
"react-native-image-picker": "^7.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4527,10 +4527,10 @@ react-native-blob-util@^0.19.6:
base-64 "0.1.0"
glob "^10.3.10"

react-native-image-picker@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/react-native-image-picker/-/react-native-image-picker-7.1.0.tgz#1a41cc45ccdc177c2ebf7c7accee0ceadc36abd8"
integrity sha512-An0hn2mwqjGAA2mbsXdHRTyoMMklGPT9stIjE2zvkegU7CdoFhowqvVHfnELJNZnfAiSQuIaeY//z0r1R0lsgw==
react-native-image-picker@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/react-native-image-picker/-/react-native-image-picker-7.1.1.tgz#89ea4611d5a05e4748adefef9bdf22e175f6f56d"
integrity sha512-8zQS8RJkGq+jV6bzmIQ560QL2tccXUwouDWktJt7typfNu/QpuDm9pnESeLkdA5MHGTMm8YR09tcV1qtBD+0fg==

[email protected]:
version "0.73.4"
Expand Down

0 comments on commit c9572b5

Please sign in to comment.