Browse Source

feat: app.json配置修改

master
echo 1 month ago
parent
commit
b3a06f7f9e
  1. 13
      app.json

13
app.json

@ -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"
}
}
}
}

Loading…
Cancel
Save