diff options
author | dan <dan.abramov@gmail.com> | 2024-11-05 22:27:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-05 22:27:36 +0000 |
commit | 84fb1b7f97af7cdcaac1049d2c843c421d50539a (patch) | |
tree | b4307d6599b3c600a732f41e123de7ab4c78f917 /src/components/Dialog | |
parent | b0c5a37daabc04570d33776de6c13be87a795491 (diff) | |
download | voidsky-84fb1b7f97af7cdcaac1049d2c843c421d50539a.tar.zst |
Update Reanimated (#6126)
* Update Reanimated * Fix types * Fix Reanimated value access warnings * Fix types
Diffstat (limited to 'src/components/Dialog')
-rw-r--r-- | src/components/Dialog/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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' |