UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (4 loc) 196 B
import { Text } from 'react-native'; import createAnimatedComponent from '../../createAnimatedComponent'; const AnimatedText = createAnimatedComponent(Text as any); export default AnimatedText;