diff --git a/package.json b/package.json index c04579b..5666b86 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "expo-build-properties": "~0.12.5", "expo-dev-client": "~4.0.25", "expo-local-authentication": "~14.0.1", + "expo-splash-screen": "~0.27.5", "expo-status-bar": "~1.12.1", "expo-updates": "~0.25.24", "expo-web-browser": "~13.0.3", diff --git a/yarn.lock b/yarn.lock index b7c58c6..2667371 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1465,6 +1465,23 @@ base64-js "^1.2.3" xmlbuilder "^14.0.0" +"@expo/prebuild-config@7.0.6": + version "7.0.6" + resolved "https://registry.yarnpkg.com/@expo/prebuild-config/-/prebuild-config-7.0.6.tgz#b9c2c36ee564244da8073ce7bea22ebe57743615" + integrity sha512-Hts+iGBaG6OQ+N8IEMMgwQElzJeSTb7iUJ26xADEHkaexsucAK+V52dM8M4ceicvbZR9q8M+ebJEGj0MCNA3dQ== + dependencies: + "@expo/config" "~9.0.0-beta.0" + "@expo/config-plugins" "~8.0.0-beta.0" + "@expo/config-types" "^51.0.0-unreleased" + "@expo/image-utils" "^0.5.0" + "@expo/json-file" "^8.3.0" + "@react-native/normalize-colors" "0.74.84" + debug "^4.3.1" + fs-extra "^9.0.0" + resolve-from "^5.0.0" + semver "^7.6.0" + xml2js "0.6.0" + "@expo/prebuild-config@7.0.8": version "7.0.8" resolved "https://registry.yarnpkg.com/@expo/prebuild-config/-/prebuild-config-7.0.8.tgz#8af72b19c92f05f1ab6c6c70d31f33159dacac39" @@ -2072,6 +2089,11 @@ hermes-parser "0.19.1" nullthrows "^1.1.1" +"@react-native/normalize-colors@0.74.84": + version "0.74.84" + resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.74.84.tgz#4764d59775c17a6ed193509cb01ae2f42dd5c045" + integrity sha512-Y5W6x8cC5RuakUcTVUFNAIhUZ/tYpuqHZlRBoAuakrTwVuoNHXfQki8lj1KsYU7rW6e3VWgdEx33AfOQpdNp6A== + "@react-native/normalize-colors@0.74.85": version "0.74.85" resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.74.85.tgz#62bcb9ab1b10b822ca0278fdfdf23d3b18e125da" @@ -3860,6 +3882,13 @@ expo-modules-core@1.12.23: dependencies: invariant "^2.2.4" +expo-splash-screen@~0.27.5: + version "0.27.5" + resolved "https://registry.yarnpkg.com/expo-splash-screen/-/expo-splash-screen-0.27.5.tgz#bcc1ebb4e761e19a1f2112469f3d424a36fb1e2c" + integrity sha512-9rdZuLkFCfgJBxrheUsOEOIW6Rp+9NVlpSE0hgXQwbTCLTncf00IHSE8/L2NbFyeDLNjof1yZBppaV7tXHRUzA== + dependencies: + "@expo/prebuild-config" "7.0.6" + expo-status-bar@~1.12.1: version "1.12.1" resolved "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.12.1.tgz"