Update app configuration and dependencies: add splash screen settings, update expo and related packages, and remove unused splash icon.

This commit is contained in:
2025-09-11 10:24:11 +05:00
parent daae154aee
commit 61fb0b2d96
8 changed files with 284 additions and 132 deletions

View File

@@ -30,6 +30,21 @@
"eas": {
"projectId": "280bed78-9335-4b73-a686-15a9f726a7ad"
}
}
},
"plugins": [
"expo-font",
[
"expo-splash-screen",
{
"backgroundColor": "#17b69b",
"image": "./assets/splash-icon.png",
"dark": {
"image": "./assets/splash-icon.png",
"backgroundColor": "#232323"
},
"imageWidth": 200
}
]
]
}
}