remove unnecessary async from splash
This commit is contained in:
+1
-1
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user