This commit is contained in:
2025-06-05 10:09:29 +07:00
parent eb69d8bbc4
commit bee191d7c6
40 changed files with 69930 additions and 823 deletions

View File

@@ -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"
}
}
}