···1515 useKeyboardHandler,
1616} from 'react-native-keyboard-controller'
1717import {runOnJS} from 'react-native-reanimated'
1818-import {ReanimatedScrollEvent} from 'react-native-reanimated/lib/typescript/reanimated2/hook/commonTypes'
1818+import {ReanimatedScrollEvent} from 'react-native-reanimated/lib/typescript/hook/commonTypes'
1919import {useSafeAreaInsets} from 'react-native-safe-area-context'
2020import {msg} from '@lingui/macro'
2121import {useLingui} from '@lingui/react'
+1-1
src/screens/Messages/components/MessagesList.tsx
···1111 useAnimatedStyle,
1212 useSharedValue,
1313} from 'react-native-reanimated'
1414-import {ReanimatedScrollEvent} from 'react-native-reanimated/lib/typescript/reanimated2/hook/commonTypes'
1414+import {ReanimatedScrollEvent} from 'react-native-reanimated/lib/typescript/hook/commonTypes'
1515import {useSafeAreaInsets} from 'react-native-safe-area-context'
1616import {AppBskyEmbedRecord, AppBskyRichtextFacet, RichText} from '@atproto/api'
1717