Skip to content

Commit aff28f5

Browse files
committed
fix: OTA config
1 parent 2025f16 commit aff28f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app.config.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@ export default (): ExpoConfig => {
102102
userInterfaceStyle: "automatic",
103103
version: version,
104104
assetBundlePatterns: ["**/*"],
105-
runtimeVersion: version,
105+
runtimeVersion: {
106+
policy: "appVersion",
107+
},
106108
updates: {
107-
fallbackToCacheTimeout: 0,
108109
url: "https://u.expo.dev/49a65fae-3895-4487-8e8a-5bd8bee3a401",
109110
},
110111
extra: {

0 commit comments

Comments
 (0)