Files

34 lines
742 B
JSON
Raw Permalink Normal View History

2025-05-19 12:00:33 +07:00
{
"expo": {
"name": "bestpc_mobile",
2025-06-05 10:09:29 +07:00
"slug": "bestpc-mobile",
"platforms": ["ios", "android", "web"],
2025-05-19 12:00:33 +07:00
"version": "1.0.0",
"orientation": "portrait",
"splash": {
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
2025-06-05 10:09:29 +07:00
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
2025-05-19 12:00:33 +07:00
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#ffffff"
2025-06-05 10:09:29 +07:00
}
},
"packagerOpts": {
"sourceExts": ["js", "json", "ts", "tsx"]
2025-05-19 12:00:33 +07:00
},
2025-06-05 10:09:29 +07:00
"extra": {
"expoHome": "E:/bestpc_mobile/.expo",
"expoCacheDir": "E:/bestpc_mobile/.expo/cache",
"expoProjectDir": "E:/bestpc_mobile"
2025-05-19 12:00:33 +07:00
}
}
}