Skip to content

Instantly share code, notes, and snippets.

@anupamchugh
Created June 23, 2022 16:34
Show Gist options
  • Save anupamchugh/8e3adcf1c51f22fe04c283340f9fca04 to your computer and use it in GitHub Desktop.
Save anupamchugh/8e3adcf1c51f22fe04c283340f9fca04 to your computer and use it in GitHub Desktop.
NavigationStack {
RowListsView()
.navigationDestination(for: Int.self) { i in
RowListsView()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment