fitst commit

This commit is contained in:
Samandar Turgunboyev
2026-01-28 18:26:50 +05:00
parent 166a55b1e9
commit 124798419b
196 changed files with 26627 additions and 421 deletions

View File

@@ -1,10 +1,10 @@
{
"expo": {
"name": "info_target",
"slug": "info_target",
"name": "Info target",
"slug": "info-target",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"icon": "./assets/images/logo.png",
"scheme": "infotarget",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
@@ -14,23 +14,36 @@
"android": {
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
"foregroundImage": "./assets/images/logo.png",
"backgroundImage": "./assets/images/logo.png",
"monochromeImage": "./assets/images/logo.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
"predictiveBackGestureEnabled": false,
"package": "com.felix.infotarget",
"versionCode": 1
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
"favicon": "./assets/images/logo.png"
},
"plugins": [
"expo-router",
[
"expo-navigation-bar",
{
"backgroundColor": "#0f172a",
"barStyle": "light",
"borderColor": "#1f2937",
"visibility": "visible",
"behavior": "inset-swipe",
"position": "relative"
}
],
[
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"image": "./assets/images/logo.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
@@ -43,6 +56,20 @@
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"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"
}
}
}
}