Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Dec 3, 2024
1 parent 7eda696 commit 7da20b5
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,10 @@ module.exports = function (config) {
],
[
'expo-splash-screen',
PLATFORM === 'ios'
? {
...SPLASH_CONFIG,
dark: DARK_SPLASH_CONFIG,
}
: {
...SPLASH_CONFIG_ANDROID,
dark: DARK_SPLASH_CONFIG_ANDROID,
},
{
...SPLASH_CONFIG,
dark: DARK_SPLASH_CONFIG,
},
],
[
'@mozzius/expo-dynamic-app-icon',
Expand Down

0 comments on commit 7da20b5

Please sign in to comment.