UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

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