import { View, ViewProps } from 'react-native';

// TODO: Determine what this type is & whether it should not be removed
export type ScreenStackNativeProps = ViewProps;

const StackHost = View;

export default StackHost;
