Skip to content

Commit a0a9868

Browse files
authored
Remove updates + patch android (#255)
Update check makes splash screen stuck, also needed a patch file for Android build
1 parent c208837 commit a0a9868

File tree

6 files changed

+824
-198
lines changed

6 files changed

+824
-198
lines changed

app.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default {
3838
},
3939
package: IS_DEV ? "com.hackclub.hcb.dev" : "com.hackclub.hcb",
4040
versionCode: 3,
41+
edgeToEdgeEnabled: true,
4142
},
4243
web: {
4344
bundler: "metro",
@@ -47,11 +48,6 @@ export default {
4748
projectId: "dfc97c77-31b1-4267-896f-9472c87f166c",
4849
},
4950
},
50-
updates: {
51-
url: "https://u.expo.dev/dfc97c77-31b1-4267-896f-9472c87f166c",
52-
runtimeVersion: "appVersion",
53-
checkAutomatically: "NEVER",
54-
},
5551
runtimeVersion: {
5652
policy: "appVersion",
5753
},

eas.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"EXPO_PUBLIC_API_BASE": "https://hcb.hackclub.com/api/v4",
2222
"EXPO_PUBLIC_CLIENT_ID": "yt8JHmPDmmYYLUmoEiGtocYwg5fSOGCrcIY3G-vkMRs",
2323
"EXPO_PUBLIC_STRIPE_API_KEY": "pk_live_UAjIP1Kss29XZ6tW0MFWkjUQ",
24-
"EXPO_PUBLIC_SENTRY_DSN": "https://a805efb911be32fadcfe8609a2e709c7@o4509680631087104.ingest.us.sentry.io/4509724351594496"
24+
"EXPO_PUBLIC_SENTRY_DSN": "https://a805efb911be32fadcfe8609a2e709c7@o4509680631087104.ingest.us.sentry.io/4509724351594496",
25+
"SENTRY_AUTH_TOKEN": "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"
2526
},
2627
"android": {
2728
"buildType": "apk"

package-lock.json

Lines changed: 105 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"expo-system-ui": "~5.0.11",
6969
"expo-task-manager": "~13.1.6",
7070
"expo-ttp-edu": "^0.1.6",
71-
"expo-updates": "~0.28.17",
7271
"expo-web-browser": "~14.2.0",
7372
"hcb-geo-pattern": "^1.1.0",
7473
"humanize-string": "^3.0.0",
@@ -77,7 +76,7 @@
7776
"patch-package": "^8.0.0",
7877
"react": "19.0.0",
7978
"react-dom": "19.0.0",
80-
"react-native": "0.79.6",
79+
"react-native": "0.79.5",
8180
"react-native-alert-notification": "^0.4.2",
8281
"react-native-gesture-handler": "~2.24.0",
8382
"react-native-image-viewing": "^0.2.2",

0 commit comments

Comments
 (0)