chore: add eas.json & update app.json
This commit is contained in:
+54
-43
@@ -1,45 +1,56 @@
|
|||||||
{
|
{
|
||||||
"expo": {
|
"expo": {
|
||||||
"name": "mobile",
|
"name": "Uber Stup",
|
||||||
"slug": "mobile",
|
"slug": "mobile",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"icon": "./assets/icon.png",
|
"icon": "./assets/icon.png",
|
||||||
"userInterfaceStyle": "light",
|
"userInterfaceStyle": "dark",
|
||||||
"newArchEnabled": true,
|
"newArchEnabled": true,
|
||||||
"splash": {
|
"splash": {
|
||||||
"image": "./assets/splash-icon.png",
|
"image": "./assets/splash-icon.png",
|
||||||
"resizeMode": "contain",
|
"resizeMode": "contain",
|
||||||
"backgroundColor": "#ffffff"
|
"backgroundColor": "#ffffff"
|
||||||
},
|
},
|
||||||
"ios": {
|
"ios": {
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"bundleIdentifier": "com.anonymous.mobile"
|
"bundleIdentifier": "com.uberstup.clientpanel"
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"adaptiveIcon": {
|
"adaptiveIcon": {
|
||||||
"foregroundImage": "./assets/adaptive-icon.png",
|
"foregroundImage": "./assets/adaptive-icon.png",
|
||||||
"backgroundColor": "#ffffff"
|
"backgroundColor": "#ffffff"
|
||||||
},
|
},
|
||||||
"edgeToEdgeEnabled": true,
|
"edgeToEdgeEnabled": true,
|
||||||
"predictiveBackGestureEnabled": false,
|
"predictiveBackGestureEnabled": false,
|
||||||
"package": "com.anonymous.mobile"
|
"package": "com.uberstup.clientpanel",
|
||||||
},
|
"versionCode": 1,
|
||||||
"web": {
|
"permissions": [
|
||||||
"favicon": "./assets/favicon.png"
|
"android.permission.RECEIVE_BOOT_COMPLETED",
|
||||||
},
|
"android.permission.VIBRATE"
|
||||||
"plugins": [
|
]
|
||||||
"expo-font",
|
},
|
||||||
"expo-router",
|
"web": {
|
||||||
[
|
"favicon": "./assets/favicon.png"
|
||||||
"expo-notifications",
|
},
|
||||||
{
|
"plugins": [
|
||||||
"icon": "./assets/icon.png",
|
"expo-font",
|
||||||
"color": "#7C3AED",
|
"expo-router",
|
||||||
"defaultChannel": "orders",
|
[
|
||||||
"sounds": []
|
"expo-notifications",
|
||||||
}
|
{
|
||||||
]
|
"icon": "./assets/icon.png",
|
||||||
]
|
"color": "#7C3AED",
|
||||||
}
|
"defaultChannel": "orders",
|
||||||
|
"sounds": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"extra": {
|
||||||
|
"eas": {
|
||||||
|
"projectId": "fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"owner": "xor290"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"cli": {
|
||||||
|
"version": ">= 16.0.0",
|
||||||
|
"appVersionSource": "local"
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"development": {
|
||||||
|
"developmentClient": true,
|
||||||
|
"distribution": "internal",
|
||||||
|
"android": {
|
||||||
|
"buildType": "apk",
|
||||||
|
"gradleCommand": ":app:assembleDebug"
|
||||||
|
},
|
||||||
|
"ios": {
|
||||||
|
"simulator": true
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"API_URL": "https://uber-stup.club"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"preview": {
|
||||||
|
"distribution": "internal",
|
||||||
|
"android": {
|
||||||
|
"buildType": "apk"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"API_URL": "https://uber-stup.club"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"production": {
|
||||||
|
"distribution": "internal",
|
||||||
|
"autoIncrement": true,
|
||||||
|
"android": {
|
||||||
|
"buildType": "apk"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"API_URL": "https://uber-stup.club"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user