about summary refs log tree commit diff
path: root/src/lib/hooks/useAnimatedScrollHandler_FIXED.ts
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2023-12-11 21:47:41 +0000
committerGitHub <noreply@github.com>2023-12-11 13:47:41 -0800
commitab04074197f8432a3d502ca2393beca3b8f6ca97 (patch)
tree6ee1a3af73b2afbc4a36300aab9561ebebbcffd6 /src/lib/hooks/useAnimatedScrollHandler_FIXED.ts
parent8929ff526fa7f81c23decaf05898f396e5fe0de9 (diff)
downloadvoidsky-ab04074197f8432a3d502ca2393beca3b8f6ca97.tar.zst
Fix scroll on native (#2170)
Diffstat (limited to 'src/lib/hooks/useAnimatedScrollHandler_FIXED.ts')
-rw-r--r--src/lib/hooks/useAnimatedScrollHandler_FIXED.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hooks/useAnimatedScrollHandler_FIXED.ts b/src/lib/hooks/useAnimatedScrollHandler_FIXED.ts
index 0ed4139f9..56a1e8b11 100644
--- a/src/lib/hooks/useAnimatedScrollHandler_FIXED.ts
+++ b/src/lib/hooks/useAnimatedScrollHandler_FIXED.ts
@@ -12,4 +12,4 @@
 // - https://github.com/software-mansion/react-native-reanimated/issues/5364
 //
 // It's great when it works though.
-export {useAnimatedScrollHandler as useAnimatedScrollHandler_FIXED} from 'react-native-reanimated'
+export {useAnimatedScrollHandler} from 'react-native-reanimated'