diff --git a/app.json b/app.json index 6797aed..b8e716c 100644 --- a/app.json +++ b/app.json @@ -92,6 +92,7 @@ "expo-font", "expo-router", "expo-notifications", + "expo-web-browser", [ "@sentry/react-native/expo", { diff --git a/app/jobs/_layout.tsx b/app/jobs/_layout.tsx index 90809e4..5ce4de0 100644 --- a/app/jobs/_layout.tsx +++ b/app/jobs/_layout.tsx @@ -3,7 +3,7 @@ import * as Haptics from "expo-haptics"; import { Stack, useGlobalSearchParams } from "expo-router"; import { useCallback } from "react"; import { useTranslation } from "react-i18next"; -import { IconButton } from "react-native-paper"; +import { Button } from "react-native-paper"; import { connect } from "react-redux"; const mapDispatchToProps = (dispatch) => ({ @@ -40,12 +40,20 @@ function JobsStack({ openImagePicker }) { options={({ route }) => ({ //headerShown: false, title: (route.params as any)?.title || "Job Details", - headerRight: () => ( - ( + ), })} /> diff --git a/babel-translations.babel b/babel-translations.babel index 45c0f04..45ebde7 100644 --- a/babel-translations.babel +++ b/babel-translations.babel @@ -1,4 +1,4 @@ - +