feat(mobile): hemma-knapparnas skärmar som modaler (UX-3)
This commit is contained in:
@@ -80,11 +80,11 @@ export default function RootLayout() {
|
|||||||
<Stack.Screen name="meal-review/[jobId]" options={{ title: t("scan.meal.title") }} />
|
<Stack.Screen name="meal-review/[jobId]" options={{ title: t("scan.meal.title") }} />
|
||||||
<Stack.Screen name="reconciliation" options={{ title: t("reconciliation.title") }} />
|
<Stack.Screen name="reconciliation" options={{ title: t("reconciliation.title") }} />
|
||||||
<Stack.Screen name="scan-diff-review/[jobId]" options={{ title: t("scan.review.title") }} />
|
<Stack.Screen name="scan-diff-review/[jobId]" options={{ title: t("scan.review.title") }} />
|
||||||
<Stack.Screen name="shopping" options={{ title: t("shopping.title") }} />
|
<Stack.Screen name="shopping" options={{ title: t("shopping.title"), presentation: "modal" }} />
|
||||||
<Stack.Screen name="meal-boxes" options={{ title: t("mealbox.title") }} />
|
<Stack.Screen name="meal-boxes" options={{ title: t("mealbox.title"), presentation: "modal" }} />
|
||||||
<Stack.Screen name="household" options={{ title: t("home.household") }} />
|
<Stack.Screen name="household" options={{ title: t("home.household"), presentation: "modal" }} />
|
||||||
<Stack.Screen name="memory" options={{ title: t("memory.title") }} />
|
<Stack.Screen name="memory" options={{ title: t("memory.title") }} />
|
||||||
<Stack.Screen name="profile" options={{ title: t("profile.title") }} />
|
<Stack.Screen name="profile" options={{ title: t("profile.title"), presentation: "modal" }} />
|
||||||
<Stack.Screen
|
<Stack.Screen
|
||||||
name="paywall"
|
name="paywall"
|
||||||
options={{ title: t("paywall.title"), presentation: "modal" }}
|
options={{ title: t("paywall.title"), presentation: "modal" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user