import * as React from 'react';
import {Animated} from 'react-native';

export const AnimatedView = (props: any) => <Animated.View {...props}/>;
