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