Bluesky app fork with some witchin' additions 💫

Expo Updates (#426)

* install expo-updates

* configure expo-updates

authored by

Ansh and committed by
GitHub
a20d034b 76132ca4

+40 -3
+6
app.json
··· 52 52 "kotlinVersion": "1.8.0" 53 53 } 54 54 } 55 + ], 56 + [ 57 + "expo-updates", 58 + { 59 + "username": "blueskysocial" 60 + } 55 61 ] 56 62 ], 57 63 "extra": {
+6 -3
eas.json
··· 8 8 "distribution": "internal", 9 9 "ios": { 10 10 "resourceClass": "m-medium" 11 - } 11 + }, 12 + "channel": "development" 12 13 }, 13 14 "preview": { 14 15 "distribution": "internal", 15 16 "ios": { 16 17 "resourceClass": "m-medium" 17 - } 18 + }, 19 + "channel": "preview" 18 20 }, 19 21 "production": { 20 22 "ios": { 21 23 "resourceClass": "m-medium" 22 - } 24 + }, 25 + "channel": "production" 23 26 } 24 27 }, 25 28 "submit": {
+1
package.json
··· 69 69 "expo-splash-screen": "~0.18.1", 70 70 "expo-status-bar": "~1.4.4", 71 71 "expo-system-ui": "~2.2.1", 72 + "expo-updates": "~0.16.4", 72 73 "fast-text-encoding": "^1.0.6", 73 74 "graphemer": "^1.4.0", 74 75 "he": "^1.2.0",
+27
yarn.lock
··· 8307 8307 expo-dev-menu-interface "1.1.1" 8308 8308 semver "^7.3.5" 8309 8309 8310 + expo-eas-client@~0.5.0: 8311 + version "0.5.1" 8312 + resolved "https://registry.yarnpkg.com/expo-eas-client/-/expo-eas-client-0.5.1.tgz#3ef80dbbde13abe35be4e2a2e29b73d2f7fdf27a" 8313 + integrity sha512-i3L/iwhI6cFhSUpVsCxSU5qehNznL/rQFYoof6qUIh3CMyijCuTEwjEhwbw2a5W6obPBzQUXbomMSFDO6D5/0Q== 8314 + 8310 8315 expo-file-system@~15.2.0, expo-file-system@~15.2.2: 8311 8316 version "15.2.2" 8312 8317 resolved "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-15.2.2.tgz#a1ddf8aabf794f93888a146c4f5187e2004683a3" ··· 8409 8414 resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-1.4.4.tgz#6874ccfda5a270d66f123a9f220735a76692d114" 8410 8415 integrity sha512-5DV0hIEWgatSC3UgQuAZBoQeaS9CqeWRZ3vzBR9R/+IUD87Adbi4FGhU10nymRqFXOizGsureButGZIXPs7zEA== 8411 8416 8417 + expo-structured-headers@~3.1.0: 8418 + version "3.1.1" 8419 + resolved "https://registry.yarnpkg.com/expo-structured-headers/-/expo-structured-headers-3.1.1.tgz#198d44260f4b128d41313ef78df02fa6e20c5054" 8420 + integrity sha512-oV6yNGsJxQt7S9HYZTr+4L0I/yRwOF38USJ81I1KiN3GQI4C2z7P5OosyREA2VL9O+kUZVCCpNYsBLSa3/5bAQ== 8421 + 8412 8422 expo-system-ui@~2.2.1: 8413 8423 version "2.2.1" 8414 8424 resolved "https://registry.yarnpkg.com/expo-system-ui/-/expo-system-ui-2.2.1.tgz#d955d2fcb93e196e183ed79e5da1b4427f1d4896" ··· 8421 8431 version "0.9.1" 8422 8432 resolved "https://registry.yarnpkg.com/expo-updates-interface/-/expo-updates-interface-0.9.1.tgz#e81308d551ed5a4c35c8770ac61434f6ca749610" 8423 8433 integrity sha512-wk88LLhseQ7LJvxdN7BTKiryyqALxnrvr+lyHK3/prg76Yy0EGi2Q/oE/rtFyyZ1JmQDRbO/5pdX0EE6QqVQXQ== 8434 + 8435 + expo-updates@~0.16.4: 8436 + version "0.16.4" 8437 + resolved "https://registry.yarnpkg.com/expo-updates/-/expo-updates-0.16.4.tgz#6d05438cf7304add03645a598211ac4ef3cc4f64" 8438 + integrity sha512-hEUotP10sBiYn6dvkYC2rIa+kAmsBuaMp32sIVNAYEwKMQJqEwqNAKTU6CpJ4Aoc//BYL2Hv8qNo/UsT4rATRg== 8439 + dependencies: 8440 + "@expo/code-signing-certificates" "0.0.5" 8441 + "@expo/config" "~8.0.0" 8442 + "@expo/config-plugins" "~6.0.0" 8443 + "@expo/metro-config" "~0.7.0" 8444 + arg "4.1.0" 8445 + expo-eas-client "~0.5.0" 8446 + expo-manifests "~0.5.0" 8447 + expo-structured-headers "~3.1.0" 8448 + expo-updates-interface "~0.9.0" 8449 + fbemitter "^3.0.0" 8450 + resolve-from "^5.0.0" 8424 8451 8425 8452 expo@~48.0.10: 8426 8453 version "48.0.10"