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