From c3dc5d6bc8c2bd8cef137a227d210d595121193d Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Sun, 8 May 2022 07:49:27 -0700 Subject: [PATCH] use stack navigation style for iphone --- apple/OmnivoreKit/Sources/App/Views/Home/HomeView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeView.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeView.swift index dcd22386a..1fbbe840b 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeView.swift @@ -9,6 +9,7 @@ struct HomeView: View { NavigationView { HomeFeedContainerView(viewModel: viewModel) } + .navigationViewStyle(StackNavigationViewStyle()) .accentColor(.appGrayTextContrast) } else { HomeFeedContainerView(viewModel: viewModel)