solorpower_app/app.json

26 lines
531 B
JSON

{
"expo": {
"name": "태양광 발전 현황",
"slug": "solorpower-dashboard",
"version": "1.0.0",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"backgroundColor": "#1E40AF"
},
"ios": {
"supportsTablet": true
},
"android": {
"package": "com.solorpower.dashboard",
"adaptiveIcon": {
"backgroundColor": "#1E40AF"
}
},
"web": {
"bundler": "metro",
"output": "single"
}
}
}