Skip to content

Commit 8f17485

Browse files
yjoseasdolo
authored andcommitted
feat: splash config tweaking
1 parent 6b765b1 commit 8f17485

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
@@ -67,7 +67,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
6767
{
6868
backgroundColor: '#000000',
6969
image: './assets/splash-icon.png',
70-
imageWidth: 200,
70+
imageWidth: 150,
7171
},
7272
],
7373
[

src/app/_layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interceptors();
3131
SplashScreen.preventAutoHideAsync();
3232
// Set the animation options. This is optional.
3333
SplashScreen.setOptions({
34-
duration: 1000,
34+
duration: 500,
3535
fade: true,
3636
});
3737

0 commit comments

Comments
 (0)