solorpower/app/app.json
haneulai 072d038410 Add 'app/' from commit '0e0b64f20f3d3dfd31a99eb8adf7d65c82536251'
git-subtree-dir: app
git-subtree-mainline: e9a4f8e401
git-subtree-split: 0e0b64f20f
2026-06-15 12:53:40 +09:00

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