|
|
|
|
@ -31,20 +31,9 @@
|
|
|
|
|
"output": "static", |
|
|
|
|
"favicon": "./assets/images/favicon.png" |
|
|
|
|
}, |
|
|
|
|
"plugins": ["expo-router", "expo-updates"], |
|
|
|
|
"plugins": ["expo-router"], |
|
|
|
|
"experiments": { |
|
|
|
|
"typedRoutes": true |
|
|
|
|
}, |
|
|
|
|
"updates": { |
|
|
|
|
"url": "https://u.expo.dev/your-project-id" |
|
|
|
|
}, |
|
|
|
|
"runtimeVersion": { |
|
|
|
|
"policy": "appVersion" |
|
|
|
|
}, |
|
|
|
|
"extra": { |
|
|
|
|
"eas": { |
|
|
|
|
"projectId": "your-project-id" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|