UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

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