I have a List with rows which push a View. That view has another List which pushing another View. The original List, and the first pushed List will update when the data chan
Ok, I think I'm starting to understand what you want. How about something like this:
struct ContentView: View { @EnvironmentObject var app: App var body: some View { NavigationView { List(0..