complated project

This commit is contained in:
Samandar Turgunboyev
2026-02-02 18:51:53 +05:00
parent f0183e4573
commit a7419929f8
57 changed files with 3035 additions and 477 deletions

View File

@@ -9,19 +9,23 @@
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
"supportsTablet": true,
"infoPlist": {
"UIBackgroundModes": ["remote-notification"]
},
"bundleIdentifier": "com.felix.infotarget"
},
"android": {
"useNextNotificationsApi": true,
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/logo.png",
"backgroundImage": "./assets/images/logo.png",
"monochromeImage": "./assets/images/logo.png"
"foregroundImage": "./assets/images/logo.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "com.felix.infotarget",
"versionCode": 1
"versionCode": 1,
"googleServicesFile": "./google-services.json"
},
"web": {
"output": "static",
@@ -29,6 +33,14 @@
},
"plugins": [
"expo-router",
[
"expo-notifications",
{
"icon": "./assets/images/notification-icon.png",
"color": "#ffffff",
"sounds": ["./assets/sounds/notification.wav"]
}
],
[
"expo-navigation-bar",
{
@@ -59,14 +71,6 @@
},
"extra": {
"router": {},
"expo-navigation-bar": {
"backgroundColor": "#0f172a",
"barStyle": "light",
"borderColor": "#1f2937",
"visibility": "visible",
"behavior": "inset-swipe",
"position": "relative"
},
"eas": {
"projectId": "9a281404-9d04-4493-b630-66c35af03ace"
}