react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
8 lines (6 loc) • 304 B
JavaScript
import { View } from 'react-native';
import createAnimatedComponent from '../../createAnimatedComponent';
import { Component } from 'react';
// TODO TYPESCRIPT This is a temporary type to get rid of .d.ts file.
export const AnimatedView = createAnimatedComponent(View);
//# sourceMappingURL=View.js.map