Relative Content

Tag Archive for iosswiftuiswiftui-navigationlinkswiftui-navigationstack

swiftui navigationStack initialising path with onAppear not displaying correct screen

I’m new to swiftui development. Trying to build my first real app! I’m still tackling navigation and authentication where I’m trying to display the correct screens whether the authState is unauthenticated or authenticated. however, my app isn’t launching on the correct screen depending on the state it just crashes with no error message given.