remove unnecessary async from splash

This commit is contained in:
Samuel Newman
2025-12-31 13:15:17 +02:00
parent 4d2863de1b
commit 7d9150cb62
+1 -1
View File
@@ -146,7 +146,7 @@ export function Splash(props: React.PropsWithChildren<Props>) {
withTiming( withTiming(
1, 1,
{duration: 400, easing: Easing.out(Easing.cubic)}, {duration: 400, easing: Easing.out(Easing.cubic)},
async () => { () => {
// set these values to check animation at specific point // set these values to check animation at specific point
outroLogo.set(() => outroLogo.set(() =>
withTiming( withTiming(