NavigationView for WatchOS

Hi to all,

ok, with the tutorials I can create a list and navigate through it, but if I want to create it for WatchOS I can't because NavigationView is not compatible with WatchOS.

How I can create a navigation list on WatchOS with SwiftUI?


Anybody can help me?


Thanks!!!

Hello,


I have found a bit of success using PresentationLink(someText, destination: NewViewHere( )) to mimic the function of NavigationView on watchOS 6. Your mileage may vary with it but it seems to serve a similar enough function


Hope that helps a bit

Hey,


I am trying to use the PresentationLink but it looks like it does not exist anymore or am i wrong?


NavigationView for WatchOS
 
 
Q