UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

3 lines (2 loc) 158 B
import type { SharedValue } from '../commonTypes'; export declare function useSharedValue<Value>(init: Value, oneWayReadsOnly?: boolean): SharedValue<Value>;