From 84fb1b7f97af7cdcaac1049d2c843c421d50539a Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 5 Nov 2024 22:27:36 +0000 Subject: Update Reanimated (#6126) * Update Reanimated * Fix types * Fix Reanimated value access warnings * Fix types --- src/Splash.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Splash.tsx') diff --git a/src/Splash.tsx b/src/Splash.tsx index 8acf75875..5a2b18445 100644 --- a/src/Splash.tsx +++ b/src/Splash.tsx @@ -56,6 +56,7 @@ type Props = { const AnimatedLogo = Animated.createAnimatedComponent(Logo) export function Splash(props: React.PropsWithChildren) { + 'use no memo' const insets = useSafeAreaInsets() const intro = useSharedValue(0) const outroLogo = useSharedValue(0) -- cgit 1.4.1