Marco Bui

Results 1 issues of Marco Bui

When replace rootview, no animations. This is my code example: ``` var body: some View { FlowStack($routes, withNavigation: true) { initialScreen() .flowDestination(for: Screen.self) { screen in switch screen { case...