2023-09-12 08:15:01 +08:00
|
|
|
{
|
|
|
|
"expo": {
|
|
|
|
"name": "obananaEcom",
|
|
|
|
"slug": "obananaEcom",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"orientation": "portrait",
|
|
|
|
"icon": "./assets/icon.png",
|
|
|
|
"userInterfaceStyle": "light",
|
2023-09-26 14:33:01 +08:00
|
|
|
"jsEngine": "hermes",
|
|
|
|
|
2023-09-12 08:15:01 +08:00
|
|
|
"splash": {
|
|
|
|
"image": "./assets/splash.png",
|
|
|
|
"resizeMode": "contain",
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
},
|
2023-09-26 14:33:01 +08:00
|
|
|
"assetBundlePatterns": ["**/*"],
|
2023-09-12 08:15:01 +08:00
|
|
|
"ios": {
|
2023-09-26 14:33:01 +08:00
|
|
|
"supportsTablet": true,
|
|
|
|
"jsEngine": "jsc"
|
2023-09-12 08:15:01 +08:00
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"adaptiveIcon": {
|
|
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"web": {
|
|
|
|
"favicon": "./assets/favicon.png"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|