about summary refs log tree commit diff
path: root/src/Splash.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-11-05 22:27:36 +0000
committerGitHub <noreply@github.com>2024-11-05 22:27:36 +0000
commit84fb1b7f97af7cdcaac1049d2c843c421d50539a (patch)
treeb4307d6599b3c600a732f41e123de7ab4c78f917 /src/Splash.tsx
parentb0c5a37daabc04570d33776de6c13be87a795491 (diff)
downloadvoidsky-84fb1b7f97af7cdcaac1049d2c843c421d50539a.tar.zst
Update Reanimated (#6126)
* Update Reanimated

* Fix types

* Fix Reanimated value access warnings

* Fix types
Diffstat (limited to 'src/Splash.tsx')
-rw-r--r--src/Splash.tsx1
1 files changed, 1 insertions, 0 deletions
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<Props>) {
+  'use no memo'
   const insets = useSafeAreaInsets()
   const intro = useSharedValue(0)
   const outroLogo = useSharedValue(0)