UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

8 lines (6 loc) 372 B
import { Component } from 'react'; import { Text } from 'react-native'; import createAnimatedComponent from '../../createAnimatedComponent'; // TODO TYPESCRIPT This is a temporary type to get rid of .d.ts file. export const AnimatedText = createAnimatedComponent(Text); // TODO TYPESCRIPT This temporary cast is to get rid of .d.ts file. //# sourceMappingURL=Text.js.map