Skip to content

Commit

Permalink
fullscreen?
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Dec 3, 2024
1 parent 4716d2c commit eec36db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ const SPLASH_CONFIG = {
backgroundColor: '#ffffff',
image: './assets/splash.png',
resizeMode: 'cover',
enableFullScreenImage_legacy: true,
}
const DARK_SPLASH_CONFIG = {
backgroundColor: '#001429',
image: './assets/splash-dark.png',
resizeMode: 'cover',
enableFullScreenImage_legacy: true,
}

const SPLASH_CONFIG_ANDROID = {
Expand Down

0 comments on commit eec36db

Please sign in to comment.