Skip to content

Commit

Permalink
deps: Upgrade expo-screen-orientation to ^3.3.0, for Xcode 13 build i…
Browse files Browse the repository at this point in the history
…ssue

Done with Xcode Version 13.0 (13A233).

Note one more planned build-failure fix, in the next commit.

The issue is expo/expo#13668, with the
error message "Multiple methods named 'orientation' found with
mismatched result, parameter type or attributes".

The fix is reportedly expo/expo#13898, and
that was reportedly released in v3.3.0:
expo/expo#13898 (comment). So,
bump the version range to ^3.3.0.
  • Loading branch information
chrisbobbe committed Oct 1, 2021
1 parent d8a7ad5 commit c9d5fdc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PODS:
- ExpoModulesCore/Interfaces (0.2.0):
- ExpoModulesCore/Core
- UMCore
- EXScreenOrientation (3.2.1):
- EXScreenOrientation (3.3.0):
- React-Core
- UMCore
- EXWebBrowser (9.2.0):
Expand Down Expand Up @@ -641,7 +641,7 @@ SPEC CHECKSUMS:
EXFileSystem: 0a04aba8da751b9ac954065911bcf166503f8267
EXImageLoader: d3531a3fe530b22925c19977cb53bb43e3821fe6
ExpoModulesCore: 2734852616127a6c1fc23012197890a6f3763dc7
EXScreenOrientation: d94f791c7ade3639352f34fcf5353f7c554b7d69
EXScreenOrientation: 09fe6b6b87899ae0c9320255bda7b7513cdfc8ec
EXWebBrowser: 76783ba5dcb8699237746ecf41a9643d428a4cc5
FBLazyVector: e686045572151edef46010a6f819ade377dfeb4b
FBReactNativeSpec: b96f20d2bcabd43e9acdeff6210208026a13633a
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"date-fns": "^2.23.0",
"expo-apple-authentication": "^3.2.1",
"expo-application": "^3.2.0",
"expo-screen-orientation": "^3.2.1",
"expo-screen-orientation": "^3.3.0",
"expo-web-browser": "^9.1.0",
"immutable": "^4.0.0-rc.12",
"invariant": "^2.2.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5008,10 +5008,10 @@ expo-modules-core@~0.2.0:
resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-0.2.0.tgz#68e5b6e53d0afbf8d131578831aed657589a2d42"
integrity sha512-inpfZ5X/BaTtbj2wG9PA9AC0MN8VyId6KSRlVuEg7+ziurHBy/kKDFxpOddUokhwiln2uhoYPSStJjR/tKypdw==

expo-screen-orientation@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/expo-screen-orientation/-/expo-screen-orientation-3.2.1.tgz#396684f5118de339f6effd878223ead59ef120ae"
integrity sha512-GIYZn+yiZKhalUIWv3RTl3ds0VXz8UXFm6VZeqw7Zl3BRCmwjR2tgikqCC6Eya64h81QwvuvmLeI+MSwRk3RQg==
expo-screen-orientation@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/expo-screen-orientation/-/expo-screen-orientation-3.3.0.tgz#790ca327af7d949e44734c861c09457fe1e00d52"
integrity sha512-J+VSqaMw65UNjavhIVbSNV8suzx7CzbvuuaPxbyqTzPejjlpcLpTFImS28Px58OXTkcMPky72vrj4KynLKsUNA==
dependencies:
"@expo/config-plugins" "^3.0.0"

Expand Down

0 comments on commit c9d5fdc

Please sign in to comment.