diff --git a/eas.json b/eas.json index ebe8392..91bf0ad 100644 --- a/eas.json +++ b/eas.json @@ -9,9 +9,16 @@ "distribution": "internal" }, "preview": { - "distribution": "internal" + "distribution": "internal", + "channel": "preview" }, - "production": {} + "staging": { + "distribution": "internal", + "channel": "staging" + }, + "production": { + "channel": "production" + } }, "submit": { "production": {} diff --git a/package.json b/package.json index c2697d3..2589754 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "expo-router": "^2.0.14", "expo-splash-screen": "~0.20.5", "expo-status-bar": "~1.6.0", + "expo-updates": "~0.18.19", "i18next": "^23.8.2", "nativewind": "^2.0.11", "react": "18.2.0", diff --git a/yarn.lock b/yarn.lock index 06c71bd..69811b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4548,6 +4548,11 @@ expo-device@~5.4.0: dependencies: ua-parser-js "^0.7.33" +expo-eas-client@~0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/expo-eas-client/-/expo-eas-client-0.6.0.tgz#b722dde0de1b8b56701b282a5fdf28d3d3e79ec4" + integrity sha512-FSPy0ThcJBvzEzOZVhpOrYyHgQ8U1jJ4v7u7tr1x0KOVRqyf25APEQZFxxRPn3zAYW0tQ+uDTCbrwNymFqhQfw== + expo-file-system@~15.4.0, expo-file-system@~15.4.5: version "15.4.5" resolved "https://registry.npmjs.org/expo-file-system/-/expo-file-system-15.4.5.tgz" @@ -4569,6 +4574,11 @@ expo-head@0.0.20: dependencies: react-helmet-async "^1.3.0" +expo-json-utils@~0.7.0: + version "0.7.1" + resolved "https://registry.yarnpkg.com/expo-json-utils/-/expo-json-utils-0.7.1.tgz#efe315c982113204be46419cbc26d4d9a2af145f" + integrity sha512-L0lyH8diXQtV0q5BLbFlcoxTqPF5im79xDHPhybB0j36xYdm65hjwRJ4yMrPIN5lR18hj48FUZeONiDHRyEvIg== + expo-keep-awake@~12.3.0: version "12.3.0" resolved "https://registry.npmjs.org/expo-keep-awake/-/expo-keep-awake-12.3.0.tgz" @@ -4585,6 +4595,13 @@ expo-linking@~5.0.2: qs "^6.11.0" url-parse "^1.5.9" +expo-manifests@~0.7.0: + version "0.7.2" + resolved "https://registry.yarnpkg.com/expo-manifests/-/expo-manifests-0.7.2.tgz#77c2d9476e8130fc9ca6d4274fa1a5495d34358e" + integrity sha512-xlhL0XI2zw3foJ0q2Ra4ieBhU0V2yz+Rv6GpVEaaIHFlIC/Dbx+mKrX5dgenZEMERr/MG7sRJaRbAVB2PaAYhA== + dependencies: + expo-json-utils "~0.7.0" + expo-modules-autolinking@1.5.1: version "1.5.1" resolved "https://registry.npmjs.org/expo-modules-autolinking/-/expo-modules-autolinking-1.5.1.tgz" @@ -4650,6 +4667,33 @@ expo-status-bar@~1.6.0: resolved "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.6.0.tgz" integrity sha512-e//Oi2WPdomMlMDD3skE4+1ZarKCJ/suvcB4Jo/nO427niKug5oppcPNYO+csR6y3ZglGuypS+3pp/hJ+Xp6fQ== +expo-structured-headers@~3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/expo-structured-headers/-/expo-structured-headers-3.3.0.tgz#9f0b041a1d243a22a4a23d9eb19f02ace3c5258c" + integrity sha512-t+h5Zqaukd3Tn97LaWPpibVsmiC/TFP8F+8sAUliwCSMzgcb5TATRs2NcAB+JcIr8EP3JJDyYXJrZle1cjs4mQ== + +expo-updates-interface@~0.10.0: + version "0.10.1" + resolved "https://registry.yarnpkg.com/expo-updates-interface/-/expo-updates-interface-0.10.1.tgz#cab075641cd381718ccd9264bf133dc393430a44" + integrity sha512-I6JMR7EgjXwckrydDmrkBEX/iw750dcqpzQVsjznYWfi0HTEOxajLHB90fBFqQkUV5i5s4Fd3hYQ1Cn0oMzUbA== + +expo-updates@~0.18.19: + version "0.18.19" + resolved "https://registry.yarnpkg.com/expo-updates/-/expo-updates-0.18.19.tgz#40a69ac25f6fcdde7d9ee76b5a5e4e73eb6cd25d" + integrity sha512-dakYQ7XhZtBKMLcim08wum108ZUQcNigurijb/6PKdg3QHn21IzOr/27n6x54DctcoW8w1B8w8y1Xw2svVsx4w== + dependencies: + "@expo/code-signing-certificates" "0.0.5" + "@expo/config" "~8.1.0" + "@expo/config-plugins" "~7.2.0" + arg "4.1.0" + chalk "^4.1.2" + expo-eas-client "~0.6.0" + expo-manifests "~0.7.0" + expo-structured-headers "~3.3.0" + expo-updates-interface "~0.10.0" + fbemitter "^3.0.0" + resolve-from "^5.0.0" + expo@~49.0.21: version "49.0.21" resolved "https://registry.npmjs.org/expo/-/expo-49.0.21.tgz"