Obanana_test/app.json

32 lines
671 B
JSON
Raw Normal View History

{
"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",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
2023-09-26 14:33:01 +08:00
"assetBundlePatterns": ["**/*"],
"ios": {
2023-09-26 14:33:01 +08:00
"supportsTablet": true,
"jsEngine": "jsc"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}