import styles from "@/app/tabStyles/indexStyles"; import React from "react"; import { Text, View } from "react-native"; export default function TabTwoScreen() { return ( Explore Screen ); }