Trying to use navigationBarItems isn't working in watchOS. I get the error 'Value of type 'some View' has no member 'navigationBarItems'.
.navigationBarItems(trailing: Button("Help") { print("Help tapped!") })
Developer documentation shows that this should be available watchOS 6.0+. iOS does work. Why isn't Xcode recognizing this for watchOS?