import { View } from "react-native"; import Text from "@components/Text"; export default function BeerAdd() { return ( Beer Add ); }