John Patrick Morgan

Results 83 comments of John Patrick Morgan

Thanks for raising this issue @kielgillard - this API had completely escaped my notice! When I have a chance, I'll see if it can be accommodated in `NavigationBackport`.

Thanks @rhysm94! I’m afk today, but I think I’ve had the same trouble previously in TCACoordinators, where it doesn’t allow for animated transitions of the root screen, that are possible...

Great, glad you've reached an acceptable solution - yes, I've definitely found the transition API a bit of a head-scratcher!

Thanks @rhysm94, this is a tricky one, without a great solution I know of... When you do: ```swift state.routeIDs.remove(.signUp) state.push(.viewAfterSignUp) ``` After `TCACoordinators` reflects that change, according to SwiftUI, no...

Thanks for this PR @gsp100677! This is a similar request to #21. I've created a PR #23 that should fit this use case, albeit with a different approach than your...

Closing as #23 allows this use case albeit in a different manner.

Thanks @rigamikhail27 for raising this issue and for the clear reproduction. I see the same issue on iOS 14, and you are using the library as intended, so this is...

Hi @rigamikhail27, sorry I haven't had any breakthrough. I checked older `FlowStacks` versions and the issue has been present since the inception of the library. I'm afraid it might be...

Follow-up: here's an early peek at the possible rewrite: #51

Hi @brokenalarms! The issue with that input is that one of the views' identifiers (`12600urn:li:fs_updateV2:(...`) contains both `:` and `(`, both of which cause issues for the parser. Removing those...