27 lines
553 B
JSON
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"
|
|
}
|
|
}
|
|
} |