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-11-10 14:58:13 +0000
committerGitHub <noreply@github.com>2023-11-10 14:58:13 +0000
commit8d7475c13069f99170b40d696a7371c94020ef46 (patch)
tree8f15343497ac7d7404d028a62ed2ecd20fd1814b /src/lib/hooks/useAnimatedScrollHandler_FIXED.ts
parent487d871cfd89948f4db9944c4bb414d268a56537 (diff)
downloadvoidsky-8d7475c13069f99170b40d696a7371c94020ef46.tar.zst
Work around web stale closure bug in Reanimated (#1865)
Diffstat (limited to 'src/lib/hooks/useAnimatedScrollHandler_FIXED.ts')
-rw-r--r--src/lib/hooks/useAnimatedScrollHandler_FIXED.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/hooks/useAnimatedScrollHandler_FIXED.ts b/src/lib/hooks/useAnimatedScrollHandler_FIXED.ts
new file mode 100644
index 000000000..eccfabbb0
--- /dev/null
+++ b/src/lib/hooks/useAnimatedScrollHandler_FIXED.ts
@@ -0,0 +1 @@
+export {useAnimatedScrollHandler} from 'react-native-reanimated'