up
This commit is contained in:
24
app.json
24
app.json
@@ -1,29 +1,33 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "bestpc_mobile",
|
||||
"slug": "bestpc_mobile",
|
||||
"slug": "bestpc-mobile",
|
||||
"platforms": ["ios", "android", "web"],
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"userInterfaceStyle": "light",
|
||||
"newArchEnabled": true,
|
||||
"splash": {
|
||||
"image": "./assets/splash-icon.png",
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"updates": {
|
||||
"fallbackToCacheTimeout": 0
|
||||
},
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"ios": {
|
||||
"supportsTablet": true
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"edgeToEdgeEnabled": true
|
||||
}
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
"packagerOpts": {
|
||||
"sourceExts": ["js", "json", "ts", "tsx"]
|
||||
},
|
||||
"extra": {
|
||||
"expoHome": "E:/bestpc_mobile/.expo",
|
||||
"expoCacheDir": "E:/bestpc_mobile/.expo/cache",
|
||||
"expoProjectDir": "E:/bestpc_mobile"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user