forked from zulip/zulip-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This seems to be no longer needed: we added it in c4fca9d to satisfy a peer-dependency constraint, but now I'm not getting a peer-dep warning if I remove it. See zulip#4279 and discussion at https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/React.20Navigation.20v5/near/1042787 for some warnings from Greg about the design of expo-splash-screen, should we choose to actually use it one day.
- Loading branch information
1 parent
0cd5a70
commit 1fcf76c
Showing
4 changed files
with
2 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1248,22 +1248,6 @@ | |
semver "7.3.2" | ||
slugify "^1.3.4" | ||
|
||
"@expo/[email protected]": | ||
version "0.1.13" | ||
resolved "https://registry.yarnpkg.com/@expo/configure-splash-screen/-/configure-splash-screen-0.1.13.tgz#9f974146d716ffc03461e4d2deb7bfb22826e56a" | ||
integrity sha512-1AYaHDJlAXfS7K/i2kI7U5+dELfKnFrXti97cIC5PkHOwEQVti8Uw1/KXO0+Pih7g8BNDvDPjHlMNDqn7AnBCA== | ||
dependencies: | ||
"@react-native-community/cli-platform-android" "^4.10.0" | ||
"@react-native-community/cli-platform-ios" "^4.10.0" | ||
color-string "^1.5.3" | ||
commander "^5.1.0" | ||
core-js "^3.6.5" | ||
deep-equal "^2.0.3" | ||
fs-extra "^9.0.0" | ||
pngjs "^5.0.0" | ||
xcode "^3.0.0" | ||
xml-js "^1.6.11" | ||
|
||
"@expo/[email protected]": | ||
version "0.4.0" | ||
resolved "https://registry.yarnpkg.com/@expo/configure-splash-screen/-/configure-splash-screen-0.4.0.tgz#dad43fccae4525e32ec25d22c7338b2c3cbf6170" | ||
|
@@ -4279,7 +4263,7 @@ core-js@^2.4.0, core-js@^2.4.1, core-js@^2.6.5: | |
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" | ||
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== | ||
|
||
core-js@^3.1.4, core-js@^3.6.5: | ||
core-js@^3.1.4: | ||
version "3.15.2" | ||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.15.2.tgz#740660d2ff55ef34ce664d7e2455119c5bdd3d61" | ||
integrity sha512-tKs41J7NJVuaya8DxIOCnl8QuPHx5/ZVbFo1oKgVl1qHFBBrDctzQGtuLjPpRdNTWmKPH6oEvgN/MUID+l485Q== | ||
|
@@ -4515,7 +4499,7 @@ deep-diff@^0.3.5: | |
resolved "https://registry.yarnpkg.com/deep-diff/-/deep-diff-0.3.8.tgz#c01de63efb0eec9798801d40c7e0dae25b582c84" | ||
integrity sha1-wB3mPvsO7JeYgB1Ax+Da4ltYLIQ= | ||
|
||
deep-equal@*, deep-equal@^2.0.3: | ||
deep-equal@*: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.0.5.tgz#55cd2fe326d83f9cbf7261ef0e060b3f724c5cb9" | ||
integrity sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw== | ||
|
@@ -5404,13 +5388,6 @@ expo-screen-orientation@^3.2.1: | |
dependencies: | ||
"@expo/config-plugins" "^3.0.0" | ||
|
||
expo-splash-screen@^0.5.0: | ||
version "0.5.0" | ||
resolved "https://registry.yarnpkg.com/expo-splash-screen/-/expo-splash-screen-0.5.0.tgz#cad0eb77a3eade2c7101d169b8655e7ee8053c2f" | ||
integrity sha512-MqYHCbqGtmnA/b+D2JQHxeQzlSfbU4SAGQ2DmzmaBekqRMkRrVrsiBXF7b3wpHTW6R3pC5lsXoH9vq91e5a9xg== | ||
dependencies: | ||
"@expo/configure-splash-screen" "0.1.13" | ||
|
||
expo-web-browser@^9.1.0: | ||
version "9.2.0" | ||
resolved "https://registry.yarnpkg.com/expo-web-browser/-/expo-web-browser-9.2.0.tgz#34c1355552c4c6eaae515340a0761939a9bf6152" | ||
|