Add notifications support.
This commit is contained in:
@@ -3,7 +3,7 @@ import { Tabs } from "expo-router";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { useTheme } from "react-native-paper";
|
||||
|
||||
function JobTabLayout(props) {
|
||||
function JobTabLayout() {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const theme = useTheme();
|
||||
|
||||
Reference in New Issue
Block a user