21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"expo": {
|
|
"name": "AppBarber",
|
|
"slug": "AppBarber",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"userInterfaceStyle": "dark",
|
|
"platforms": ["ios", "android", "web"],
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#0a0a0a"
|
|
},
|
|
"assetBundlePatterns": ["**/*"],
|
|
"web": {
|
|
"favicon": "./assets/favicon.png",
|
|
"bundler": "metro"
|
|
}
|
|
}
|
|
}
|