app.json
.. .. @@ -9,7 +9,7 @@ 9 9 "newArchEnabled": true, 10 10 "scheme": "pailot", 11 11 "splash": { 12 - "image": "./assets/splash-icon.png",12 + "image": "./assets/icon.png",13 13 "resizeMode": "contain", 14 14 "backgroundColor": "#0A0A0F" 15 15 }, .. .. @@ -45,6 +45,11 @@ 45 45 "bundler": "metro" 46 46 }, 47 47 "plugins": [ 48 + ["expo-splash-screen", {49 + "image": "./assets/icon.png",50 + "backgroundColor": "#0A0A0F",51 + "imageWidth": 20052 + }],48 53 "expo-router", 49 54 [ 50 55 "expo-audio",