import * as React from "react"; import { View } from "react-native"; function Layout() { return ; } export default Layout;