Skip to content

Commit 6d04995

Browse files
committed
fix(suite-native): configure splash screen for dark theme
1 parent 3dc31ff commit 6d04995

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

suite-native/app/app.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ const getPlugins = (): ExpoPlugins => {
8383
'expo-splash-screen',
8484
{
8585
backgroundColor: '#25292E',
86+
dark: {
87+
backgroundColor: '#25292E',
88+
},
8689
image: './assets/splash_icon.png',
8790
imageWidth: '200',
8891
},

0 commit comments

Comments
 (0)