27 lines
563 B
JSON
27 lines
563 B
JSON
|
|
{
|
||
|
|
"expo": {
|
||
|
|
"name": "FunConnect",
|
||
|
|
"slug": "funconnect",
|
||
|
|
"version": "1.1.0",
|
||
|
|
"orientation": "portrait",
|
||
|
|
"icon": "./assets/icon.png",
|
||
|
|
"userInterfaceStyle": "dark",
|
||
|
|
"splash": {
|
||
|
|
"backgroundColor": "#1a1a2e"
|
||
|
|
},
|
||
|
|
"assetBundlePatterns": ["**/*"],
|
||
|
|
"ios": {
|
||
|
|
"supportsTablet": true,
|
||
|
|
"bundleIdentifier": "cn.funmc.connect",
|
||
|
|
"buildNumber": "1"
|
||
|
|
},
|
||
|
|
"android": {
|
||
|
|
"adaptiveIcon": {
|
||
|
|
"backgroundColor": "#1a1a2e"
|
||
|
|
},
|
||
|
|
"package": "cn.funmc.connect",
|
||
|
|
"versionCode": 1
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|