Skip to content

Commit

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

0 comments on commit 7eda696

Please sign in to comment.