UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines 219 B
import { Text } from 'react-native'; import createAnimatedComponent from '../../createAnimatedComponent'; const AnimatedText = createAnimatedComponent(Text); export default AnimatedText; //# sourceMappingURL=Text.js.map