feat: update runtimeVersion to use APP_VERSION for better version management
This commit is contained in:
parent
3bc113bf9c
commit
a0beb146d7
|
|
@ -107,9 +107,7 @@ export default ({ config }) => {
|
|||
},
|
||||
},
|
||||
|
||||
runtimeVersion: {
|
||||
policy: 'appVersion',
|
||||
},
|
||||
runtimeVersion: APP_VERSION,
|
||||
|
||||
updates: {
|
||||
url: `https://u.expo.dev/${PROJECT_ID}`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue