Skip to content

Commit 85962a9

Browse files
committed
feat: enable OTA updates via expo-updates
1 parent 4a56f84 commit 85962a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mobile/app.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
"icon": "./assets/icon.png",
88
"userInterfaceStyle": "light",
99
"newArchEnabled": true,
10+
"updates": {
11+
"url": "https://u.expo.dev/4e2e0935-79af-41b1-a1b8-af2b90d261d2",
12+
"enabled": true,
13+
"checkAutomatically": "ON_LOAD"
14+
},
15+
"runtimeVersion": {
16+
"policy": "appVersion"
17+
},
1018
"splash": {
1119
"image": "./assets/logo.png",
1220
"resizeMode": "contain",

0 commit comments

Comments
 (0)