Skip to content

Commit

Permalink
style: made splash screen fade out faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Nov 16, 2024
1 parent 1ff281b commit edc3b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const DevDB = () => {
SplashScreen.preventAutoHideAsync()
setOptions({
fade: true,
duration: 700,
duration: 350,
})

const Layout = () => {
Expand Down

0 comments on commit edc3b2c

Please sign in to comment.