davidnum
davidnum
I described the types, here's PR https://github.com/voximplant/react-native-voximplant/pull/161
Here is a little explanation: https://github.com/gorhom/react-native-bottom-sheet/pull/952#issuecomment-1161614075
Another hook that provides scrollY for external animations: ```js import { SharedValue, useSharedValue, useWorkletCallback, } from 'react-native-reanimated'; import { ScrollEventHandlerCallbackType, ScrollEventsHandlersHookType, useScrollEventsHandlersDefault, } from '@gorhom/bottom-sheet'; import { ScrollEventContextType } from...