Skip to content

Commit

Permalink
feat: splash config tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Nov 14, 2024
1 parent 090c27c commit 0e4ca13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
{
backgroundColor: '#2E3C4B',
image: './assets/splash-icon.png',
imageWidth: 200,
imageWidth: 150,
},
],
[
Expand Down
2 changes: 1 addition & 1 deletion src/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ loadSelectedTheme();
SplashScreen.preventAutoHideAsync();
// Set the animation options. This is optional.
SplashScreen.setOptions({
duration: 1000,
duration: 500,
fade: true,
});

Expand Down

0 comments on commit 0e4ca13

Please sign in to comment.