import React from 'react'; import {} from 'react-native'; import Reanimated from 'react-native-reanimated'; import { IZoomInLeftPresentationProps } from './'; export const ZoomInLeftPresentation: React.FC = ( props, ) => { return ( {props.children} ); };