import FontAwesome from "@expo/vector-icons/FontAwesome"; import { Tabs } from "expo-router"; import { useTranslation } from "react-i18next"; import { useTheme } from "react-native-paper"; function JobTabLayout(props) { const { t } = useTranslation(); const theme = useTheme(); return ( ( ), }} /> ( ), }} /> ( ), }} /> ( ), }} /> ); } export default JobTabLayout;