Skip to content

Commit 2d58dfa

Browse files
fix(example): remove splash screen, enlarge adaptive icon foreground
Drop the custom splash image β€” modern Expo handles splash via the app icon automatically. Increase the adaptive icon foreground from 55% to 75% of the canvas so it fills the Android safe zone properly.
1 parent b9321e5 commit 2d58dfa

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

β€Žexample/app.jsonβ€Ž

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
"scheme": "ease-example",
88
"version": "1.0.0",
99
"icon": "./assets/icon.png",
10-
"splash": {
11-
"image": "./assets/splash.png",
12-
"resizeMode": "cover",
13-
"backgroundColor": "#1a1a2e"
14-
},
1510
"plugins": [
1611
[
1712
"expo-router",
7.49 KB
Loading

β€Žexample/assets/splash.pngβ€Ž

-81 KB
Binary file not shown.

0 commit comments

Comments
Β (0)