UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines 439 B
import type { LayoutAnimationFunction, LayoutAnimationType } from './commonTypes'; import type { ReanimatedKeyframe } from './layoutReanimation/animationBuilder/Keyframe'; export declare const updateLayoutAnimations: (viewTag: number, type: LayoutAnimationType, config?: ReanimatedKeyframe | LayoutAnimationFunction, isUnmounting?: boolean, sharedTransitionTag?: string) => void; //# sourceMappingURL=UpdateLayoutAnimations.native.d.ts.map