Skip to content

Commit b75a0a4

Browse files
committed
Remove updates + patch android
1 parent c208837 commit b75a0a4

File tree

5 files changed

+821
-195
lines changed

5 files changed

+821
-195
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
},

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)