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 27a6194 commit 72966a7Copy full SHA for 72966a7
app.config.ts
@@ -60,7 +60,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
60
{
61
backgroundColor: '#2E3C4B',
62
image: './assets/splash-icon.png',
63
- imageWidth: 200,
+ imageWidth: 150,
64
},
65
],
66
[
src/app/_layout.tsx
@@ -27,7 +27,7 @@ loadSelectedTheme();
27
SplashScreen.preventAutoHideAsync();
28
// Set the animation options. This is optional.
29
SplashScreen.setOptions({
30
- duration: 1000,
+ duration: 500,
31
fade: true,
32
});
33
0 commit comments