52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
|
{
|
||
|
"expo": {
|
||
|
"name": "obananaEcom",
|
||
|
"slug": "obananaecommobile",
|
||
|
"version": "1.0.0",
|
||
|
"orientation": "portrait",
|
||
|
"icon": "./assets/icon.png",
|
||
|
"userInterfaceStyle": "light",
|
||
|
"jsEngine": "hermes",
|
||
|
"splash": {
|
||
|
"image": "./assets/splash.png",
|
||
|
"resizeMode": "contain",
|
||
|
"backgroundColor": "#ffffff"
|
||
|
},
|
||
|
"assetBundlePatterns": ["**/*"],
|
||
|
"ios": {
|
||
|
"supportsTablet": true,
|
||
|
"bundleIdentifier": "com.kramblad.obananaecommobile",
|
||
|
"jsEngine": "jsc",
|
||
|
"infoPlist": {
|
||
|
"NSCameraUsageDescription": "This app requires access to your camera for uploading profile image on your account."
|
||
|
}
|
||
|
},
|
||
|
"android": {
|
||
|
"versionCode": 1,
|
||
|
|
||
|
"adaptiveIcon": {
|
||
|
"foregroundImage": "./assets/adaptive-icon.png",
|
||
|
"backgroundColor": "#ffffff"
|
||
|
},
|
||
|
"package": "com.kramblad.obananaecommobile"
|
||
|
},
|
||
|
"web": {
|
||
|
"favicon": "./assets/favicon.png"
|
||
|
},
|
||
|
"extra": {
|
||
|
"eas": {
|
||
|
"projectId": "132e1388-4932-42f0-a76d-86f51867ec29"
|
||
|
}
|
||
|
},
|
||
|
"plugins": [
|
||
|
[
|
||
|
"expo-notifications",
|
||
|
{
|
||
|
"icon": "./assets/icon.png"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"owner": "kramblad"
|
||
|
}
|
||
|
}
|