We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b765b1 commit 8f17485Copy full SHA for 8f17485
app.config.ts
@@ -67,7 +67,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
67
{
68
backgroundColor: '#000000',
69
image: './assets/splash-icon.png',
70
- imageWidth: 200,
+ imageWidth: 150,
71
},
72
],
73
[
src/app/_layout.tsx
@@ -31,7 +31,7 @@ interceptors();
31
SplashScreen.preventAutoHideAsync();
32
// Set the animation options. This is optional.
33
SplashScreen.setOptions({
34
- duration: 1000,
+ duration: 500,
35
fade: true,
36
});
37
0 commit comments