Skip to content

Commit 72966a7

Browse files
committed
feat: splash config tweaking
1 parent 27a6194 commit 72966a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
6060
{
6161
backgroundColor: '#2E3C4B',
6262
image: './assets/splash-icon.png',
63-
imageWidth: 200,
63+
imageWidth: 150,
6464
},
6565
],
6666
[

src/app/_layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ loadSelectedTheme();
2727
SplashScreen.preventAutoHideAsync();
2828
// Set the animation options. This is optional.
2929
SplashScreen.setOptions({
30-
duration: 1000,
30+
duration: 500,
3131
fade: true,
3232
});
3333

0 commit comments

Comments
 (0)