music-app/mobile/app.json
2026-07-03 01:06:35 +00:00

27 lines
553 B
JSON

{
"expo": {
"name": "Music App",
"slug": "music-app",
"version": "1.0.0",
"orientation": "portrait",
"scheme": "musicapp",
"userInterfaceStyle": "automatic",
"splash": {
"resizeMode": "contain",
"backgroundColor": "#0a0a0a"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.musicapp.mobile"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#0a0a0a"
},
"package": "com.musicapp.mobile"
},
"web": {
"bundler": "metro"
}
}
}