react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
8 lines • 508 B
TypeScript
export { ReanimatedFlatList as FlatList } from './component/FlatList';
export { AnimatedImage as Image } from './component/Image';
export { AnimatedScrollView as ScrollView } from './component/ScrollView';
export { AnimatedText as Text } from './component/Text';
export { AnimatedView as View } from './component/View';
export { createAnimatedComponent } from './createAnimatedComponent';
export { addWhitelistedNativeProps, addWhitelistedUIProps } from './deprecated';
//# sourceMappingURL=Animated.d.ts.map