Files
info-target-mobile/app.json
Samandar Turgunboyev a34cf75c57 bug fixed
2026-03-05 11:49:56 +05:00

93 lines
2.3 KiB
JSON

{
"expo": {
"name": "Info target",
"slug": "infotarget",
"version": "1.0.2",
"orientation": "portrait",
"icon": "./assets/images/logo.png",
"scheme": "infotarget",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"infoPlist": {
"UIBackgroundModes": [
"remote-notification"
],
"UIViewControllerBasedStatusBarAppearance": true
},
"bundleIdentifier": "com.felix.infotarget"
},
"android": {
"useNextNotificationsApi": true,
"softwareKeyboardLayoutMode": "resize",
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/logo.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "com.felix.infotarget",
"versionCode": 1,
"googleServicesFile": "./google-services.json"
},
"web": {
"output": "static",
"favicon": "./assets/images/logo.png"
},
"plugins": [
"expo-router",
[
"expo-notifications",
{
"icon": "./assets/images/logo.png",
"color": "#ffffff",
"defaultChannel": "default"
}
],
[
"expo-navigation-bar",
{
"backgroundColor": "#0f172a",
"barStyle": "light",
"borderColor": "#1f2937",
"visibility": "visible",
"behavior": "inset-swipe",
"position": "relative"
}
],
[
"expo-splash-screen",
{
"image": "./assets/images/logo.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#000000"
}
}
],
"expo-video"
],
"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": "67d5a024-4eb7-44ec-8b18-6c9187bd1862"
}
},
"owner": "samandar111"
}
}