UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

67 lines (55 loc) 2.73 kB
import { addWhitelistedNativeProps as _addWhitelistedNativeProps, addWhitelistedUIProps as _addWhitelistedUIProps } from './ConfigHelper'; export { default as createAnimatedComponent } from './createAnimatedComponent'; 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'; /** * @deprecated Please import `Extrapolate` directly from `react-native-reanimated` instead of `Animated` namespace. */ /** * @deprecated Please import `SharedValue` directly from `react-native-reanimated` instead of `Animated` namespace. */ /** * @deprecated Please import `DerivedValue` directly from `react-native-reanimated` instead of `Animated` namespace. */ /** * @deprecated Please import `Adaptable` directly from `react-native-reanimated` instead of `Animated` namespace. */ /** * @deprecated Please import `TransformStyleTypes` directly from `react-native-reanimated` instead of `Animated` namespace. * */ /** * @deprecated Please import `AdaptTransforms` directly from `react-native-reanimated` instead of `Animated` namespace. * */ /** * @deprecated Please import `AnimatedTransform` directly from `react-native-reanimated` instead of `Animated` namespace. */ /** * @deprecated Please import `AnimateStyle` directly from `react-native-reanimated` instead of `Animated` namespace. * */ /** * @deprecated Please import `StylesOrDefault` directly from `react-native-reanimated` instead of `Animated` namespace. * */ /** * @deprecated Please import `AnimateProps` directly from `react-native-reanimated` instead of `Animated` namespace. * */ /** * @deprecated Please import `EasingFunction` directly from `react-native-reanimated` instead of `Animated` namespace. * */ /** * @deprecated Please import `addWhitelistedNativeProps` directly from `react-native-reanimated` instead of `Animated` namespace. * */ export const addWhitelistedNativeProps = _addWhitelistedNativeProps; /** * @deprecated Please import `addWhitelistedUIProps` directly from `react-native-reanimated` instead of `Animated` namespace. * */ export const addWhitelistedUIProps = _addWhitelistedUIProps; /** * @deprecated Please import `AnimatedScrollViewProps` directly from `react-native-reanimated` instead of `Animated` namespace. * */ /** * @deprecated Please import `FlatListPropsWithLayout` directly from `react-native-reanimated` instead of `Animated` namespace. * */ //# sourceMappingURL=Animated.js.map