import React from 'react';
import { View } from 'react-native';
export const EmptySpace = () => <View style={{ flex: 1 }} />;