feat: update runtimeVersion to use APP_VERSION for better version management

This commit is contained in:
imeepos 2026-01-27 12:04:27 +08:00
parent 3bc113bf9c
commit a0beb146d7
1 changed files with 1 additions and 3 deletions

View File

@ -107,9 +107,7 @@ export default ({ config }) => {
},
},
runtimeVersion: {
policy: 'appVersion',
},
runtimeVersion: APP_VERSION,
updates: {
url: `https://u.expo.dev/${PROJECT_ID}`,