danielsaidi / SwiftUIKit

SwiftUIKit is a Swift SDK that adds extra functionality to Swift & SwiftUI.
MIT License
1.42k stars 56 forks source link

✨ AddNavigationViews to Preview Providers #16

Closed daniel-arden closed 1 year ago

daniel-arden commented 1 year ago

Background

A bunch of PreviewProviders within the Demo App did not have NavigationView in the previews and therefore the NavigationLinks inside the Screens didn't work.

Solution

I have added NavigationViews to almost all the Previews where needed.