import { Container } from "@/components/container"; import { Text, View } from "react-native"; export default function TabTwo() { return ( Tab Two This is the second tab of the application. ); }