feat(mobile): Sparade recept-sida (sökbar favoritlista) + länk på hemma (SAVED-1)

This commit is contained in:
Sven (AAMOS AI)
2026-08-16 00:55:32 +07:00
parent c2a8aa8fa1
commit d098bf705e
3 changed files with 70 additions and 0 deletions
+1
View File
@@ -84,6 +84,7 @@ export default function RootLayout() {
<Stack.Screen name="meal-boxes" options={{ title: t("mealbox.title"), presentation: "modal" }} />
<Stack.Screen name="household" options={{ title: t("home.household"), presentation: "modal" }} />
<Stack.Screen name="memory" options={{ title: t("memory.title") }} />
<Stack.Screen name="saved-recipes" options={{ title: "Sparade recept" }} />
<Stack.Screen name="profile" options={{ title: t("profile.title"), presentation: "modal" }} />
<Stack.Screen
name="paywall"