Obanana_test/app.json

52 lines
1.2 KiB
JSON
Raw Normal View History

{
"expo": {
"name": "obananaEcom",
2024-02-12 08:58:57 +08:00
"slug": "obananaecommobile",
"version": "2.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,
2024-02-12 08:58:57 +08:00
"bundleIdentifier": "com.coffye.oqebtj",
"jsEngine": "jsc",
"infoPlist": {
"NSCameraUsageDescription": "This app requires access to your camera for uploading profile image on your account."
}
},
"android": {
2024-02-12 08:58:57 +08:00
"versionCode": 38,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
2024-02-12 08:58:57 +08:00
},
"package": "com.coffye.oqebtj"
},
"web": {
"favicon": "./assets/favicon.png"
2024-02-12 08:58:57 +08:00
},
"extra": {
"eas": {
"projectId": "132e1388-4932-42f0-a76d-86f51867ec29"
}
},
"plugins": [
[
"expo-notifications",
{
"icon": "./assets/icon.png"
}
]
],
"owner": "kramblad"
}
}