react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
10 lines (9 loc) • 550 B
JavaScript
;
export { ReanimatedFlatList as FlatList } from "./component/FlatList.js";
export { AnimatedImage as Image } from "./component/Image.js";
export { AnimatedScrollView as ScrollView } from "./component/ScrollView.js";
export { AnimatedText as Text } from "./component/Text.js";
export { AnimatedView as View } from "./component/View.js";
export { addWhitelistedNativeProps, addWhitelistedUIProps } from "./ConfigHelper.js";
export { createAnimatedComponent } from "./createAnimatedComponent/index.js";
//# sourceMappingURL=Animated.js.map