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/components/Dialog/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Dialog/index.tsx') diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index c860c4dcf..0e78fcf97 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -15,7 +15,7 @@ import { useKeyboardHandler, } from 'react-native-keyboard-controller' import {runOnJS} from 'react-native-reanimated' -import {ReanimatedScrollEvent} from 'react-native-reanimated/lib/typescript/reanimated2/hook/commonTypes' +import {ReanimatedScrollEvent} from 'react-native-reanimated/lib/typescript/hook/commonTypes' import {useSafeAreaInsets} from 'react-native-safe-area-context' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' -- cgit 1.4.1