Skip to content

Commit

Permalink
fix(suite-native): configure splash screen for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yanascz committed Dec 10, 2024
1 parent 56bd9c5 commit f95983d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions suite-native/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ const getPlugins = (): ExpoPlugins => {
'expo-splash-screen',
{
backgroundColor: '#25292E',
dark: {
backgroundColor: '#25292E',
},
image: './assets/splash_icon.png',
imageWidth: '200',
},
Expand Down

0 comments on commit f95983d

Please sign in to comment.