Update app.json to change splash screen background color to white; refactor MainNavigator and screens to utilize dynamic padding with useSafeAreaInsets, enhancing layout consistency across Home, Menu, and Profile screens.

This commit is contained in:
Mekan1206
2025-09-11 13:11:19 +05:00
parent 27f16f3c38
commit 27f43a77fd
5 changed files with 11 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#17b69b"
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
@@ -43,7 +43,7 @@
[
"expo-splash-screen",
{
"backgroundColor": "#17b69b",
"backgroundColor": "#ffffff",
"image": "./assets/splash-icon.png",
"imageWidth": 200
}