diff --git a/frontend-admin/app.json b/frontend-admin/app.json index 23263cb3..4960de07 100644 --- a/frontend-admin/app.json +++ b/frontend-admin/app.json @@ -1,54 +1,54 @@ { - "expo": { - "name": "Admin Panel", - "slug": "frontend-admin", - "version": "1.0.0", - "orientation": "portrait", - "icon": "./assets/icon.png", - "userInterfaceStyle": "dark", - "newArchEnabled": true, - "splash": { - "image": "./assets/splash-icon.png", - "resizeMode": "contain", - "backgroundColor": "#000000" - }, - "ios": { - "supportsTablet": true, - "bundleIdentifier": "com.uberstup.adminpanel" - }, - "android": { - "package": "com.uberstup.adminpanel", - "adaptiveIcon": { - "foregroundImage": "./assets/adaptive-icon.png", - "backgroundColor": "#000000" - }, - "edgeToEdgeEnabled": true, - "permissions": [ - "android.permission.ACCESS_BACKGROUND_LOCATION", - "android.permission.ACCESS_COARSE_LOCATION", - "android.permission.ACCESS_FINE_LOCATION" - ] - }, - "web": { - "favicon": "./assets/favicon.png" - }, - "plugins": [ - "expo-font", - "expo-location", - [ - "expo-build-properties", - { - "android": { - "usesCleartextTraffic": true - } - } - ] - ], - "extra": { - "eas": { - "projectId": "fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440" - } - }, - "owner": "xor290" - } + "expo": { + "name": "Admin Panel", + "slug": "frontend-admin", + "version": "1.0.0", + "orientation": "portrait", + "icon": "./assets/icon.png", + "userInterfaceStyle": "dark", + "newArchEnabled": true, + "splash": { + "image": "./assets/icon.png", + "resizeMode": "contain", + "backgroundColor": "#000000" + }, + "ios": { + "supportsTablet": true, + "bundleIdentifier": "com.uberstup.adminpanel" + }, + "android": { + "package": "com.uberstup.adminpanel", + "adaptiveIcon": { + "foregroundImage": "./assets/icon.png", + "backgroundColor": "#000000" + }, + "edgeToEdgeEnabled": true, + "permissions": [ + "android.permission.ACCESS_BACKGROUND_LOCATION", + "android.permission.ACCESS_COARSE_LOCATION", + "android.permission.ACCESS_FINE_LOCATION" + ] + }, + "web": { + "favicon": "./assets/icon.png" + }, + "plugins": [ + "expo-font", + "expo-location", + [ + "expo-build-properties", + { + "android": { + "usesCleartextTraffic": true + } + } + ] + ], + "extra": { + "eas": { + "projectId": "fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440" + } + }, + "owner": "xor290" + } } diff --git a/mobile/app.json b/mobile/app.json index 32a77f37..4457bc5b 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -8,7 +8,7 @@ "userInterfaceStyle": "dark", "newArchEnabled": true, "splash": { - "image": "./assets/splash-icon.png", + "image": "./assets/icon.png", "resizeMode": "contain", "backgroundColor": "#000000" }, @@ -18,7 +18,7 @@ }, "android": { "adaptiveIcon": { - "foregroundImage": "./assets/adaptive-icon.png", + "foregroundImage": "./assets/icon.png", "backgroundColor": "#000000" }, "edgeToEdgeEnabled": true, @@ -31,7 +31,7 @@ ] }, "web": { - "favicon": "./assets/favicon.png" + "favicon": "./assets/icon.png" }, "plugins": [ "expo-font",