diff --git a/front/src/navigation/BottomTabNavigator.tsx b/front/src/navigation/BottomTabNavigator.tsx
index 6ec08871f..977b7c601 100644
--- a/front/src/navigation/BottomTabNavigator.tsx
+++ b/front/src/navigation/BottomTabNavigator.tsx
@@ -147,7 +147,8 @@ const TabCalendarNavigator: FC = () => (
/>
-
+
+
);
@@ -160,7 +161,7 @@ const TabSurveysNavigator: FC = () => (
component={TabSurveysScreen}
options={{}}
/>
-
+
);
@@ -176,7 +177,7 @@ const TabSearchNavigator: FC = () => (
name="aroundMeMapAndList"
component={AroundMeMapAndList}
/>
-
+
);
diff --git a/front/src/types.tsx b/front/src/types.tsx
index 7aa722c4a..1c1e04797 100644
--- a/front/src/types.tsx
+++ b/front/src/types.tsx
@@ -46,11 +46,14 @@ export type TabCalendarParamList = {
tabCalendarScreen: undefined;
eventDetails: { eventId: string };
article: { id: number; step?: Step };
+ articleSwipe: undefined;
+ parentheque: { documents?: Document[] };
aroundMeScreen: undefined;
};
export type TabSurveysParamList = {
tabSurveysScreen: undefined;
+ parentheque: { documents?: Document[] };
};
export type TabAroundMeParamList = {
@@ -63,6 +66,7 @@ export type TabSearchParamList = {
coordinates: LatLng;
displayUserLocation: boolean;
};
+ parentheque: { documents?: Document[] };
};
export type ArticleSwipeRouteParamList = {