UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

8 lines 579 B
export { default as createAnimatedComponent } from './createAnimatedComponent'; export { addWhitelistedNativeProps, addWhitelistedUIProps } from './ConfigHelper'; export { AnimatedText as Text } from './reanimated2/component/Text'; export { AnimatedView as View } from './reanimated2/component/View'; export { AnimatedScrollView as ScrollView } from './reanimated2/component/ScrollView'; export { AnimatedImage as Image } from './reanimated2/component/Image'; export { ReanimatedFlatList as FlatList } from './reanimated2/component/FlatList'; //# sourceMappingURL=Animated.js.map