UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines (4 loc) 207 B
'use strict'; export type { AnimatedProps } from './commonTypes'; export type { AnimatedComponentType } from './createAnimatedComponent'; export { createAnimatedComponent } from './createAnimatedComponent';