Matthias Nott
2026-03-15 32ede5388bb6c66c5d5679c2d73fd6ec6b2342bf
app.json
....@@ -9,7 +9,7 @@
99 "newArchEnabled": true,
1010 "scheme": "pailot",
1111 "splash": {
12
- "image": "./assets/splash-icon.png",
12
+ "image": "./assets/icon.png",
1313 "resizeMode": "contain",
1414 "backgroundColor": "#0A0A0F"
1515 },
....@@ -45,6 +45,11 @@
4545 "bundler": "metro"
4646 },
4747 "plugins": [
48
+ ["expo-splash-screen", {
49
+ "image": "./assets/icon.png",
50
+ "backgroundColor": "#0A0A0F",
51
+ "imageWidth": 200
52
+ }],
4853 "expo-router",
4954 [
5055 "expo-audio",