UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines (4 loc) 270 B
import type { RefObject } from 'react'; import type Animated from '../../index'; import type { SharedValue } from '../commonTypes'; export declare function useScrollViewOffset(aref: RefObject<Animated.ScrollView>, initialRef?: SharedValue<number>): SharedValue<number>;