70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"expo": {
|
|
"name": "ArtisanConnect",
|
|
"slug": "ArtisanConnect",
|
|
"scheme": "com.hamx.artisanconnect",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/AppIco.png",
|
|
"userInterfaceStyle": "light",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/splash-icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.hamx.artisanconnect"
|
|
},
|
|
"android": {
|
|
"intentFilters": [
|
|
{
|
|
"action": "VIEW",
|
|
"autoVerify": true,
|
|
"data": [
|
|
{
|
|
"scheme": "com.hamx.artisanconnect"
|
|
}
|
|
],
|
|
"category": ["BROWSABLE", "DEFAULT"]
|
|
}
|
|
],
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"permissions": [
|
|
"android.permission.RECORD_AUDIO",
|
|
"android.permission.CAMERA"
|
|
],
|
|
"package": "com.hamx.artisanconnect"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-image-picker",
|
|
{
|
|
"photosPermission": "The app accesses your photos to let you share them with your friends."
|
|
}
|
|
],
|
|
[
|
|
"expo-camera",
|
|
{
|
|
"cameraPermission": "Please allow $(PRODUCT_NAME) to access your camera"
|
|
}
|
|
],
|
|
"expo-web-browser"
|
|
],
|
|
"extra": {
|
|
"router": {},
|
|
"eas": {
|
|
"projectId": "7a0d8bc8-938f-4d2a-babb-945faee13429"
|
|
}
|
|
}
|
|
}
|
|
}
|