42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"expo": {
|
|
"name": "app",
|
|
"slug": "app",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "automatic",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"assetBundlePatterns": ["**/*"],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"userInterfaceStyle": "automatic",
|
|
"infoPlist": {
|
|
"NSBonjourServices": "For connecting devices to the app"
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"userInterfaceStyle": "automatic",
|
|
"permissions": [
|
|
"ACCESS_NETWORK_STATE",
|
|
"ACCESS_WIFI_STATE",
|
|
"CHANGE_WIFI_MULTICAST_STATE",
|
|
"android.permission.ACCESS_NETWORK_STATE",
|
|
"android.permission.ACCESS_WIFI_STATE",
|
|
"android.permission.CHANGE_WIFI_MULTICAST_STATE"
|
|
]
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
}
|
|
}
|
|
}
|