64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"expo": {
|
|
"name": "PortainerManager",
|
|
"slug": "PortainerManager",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "myapp",
|
|
"userInterfaceStyle": "automatic",
|
|
"jsEngine": "hermes",
|
|
"newArchEnabled": true,
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "com.evansteelepdx.PortainerManager"
|
|
},
|
|
"web": {
|
|
"bundler": "metro",
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"image": "./assets/images/splash-icon.png",
|
|
"imageWidth": 200,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"extra": {
|
|
"proxy": {
|
|
"/api": {
|
|
"target": "https://portainer.evansteele.net",
|
|
"changeOrigin": true
|
|
}
|
|
},
|
|
"router": {
|
|
"origin": false
|
|
},
|
|
"eas": {
|
|
"projectId": "b3f349f4-51b5-43c7-9a30-670d6d9f17a9"
|
|
}
|
|
},
|
|
"runtimeVersion": {
|
|
"policy": "appVersion"
|
|
},
|
|
"updates": {
|
|
"url": "https://u.expo.dev/b3f349f4-51b5-43c7-9a30-670d6d9f17a9"
|
|
}
|
|
}
|
|
}
|