RxSwiftCommunity / RxFlow

RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern
MIT License
1.87k stars 118 forks source link

Any plan to support SwiftUI navigation ? #195

Open sulaimansust opened 2 months ago

sulaimansust commented 2 months ago

Hi. I used to use RxFlow. Is there any chance of supporting SwiftUI?

mgray88 commented 2 months ago

I don't personally know much SwiftUI yet, but my understanding is RxSwift doesn't really mesh well with SwiftUI. So I imagine attempting to support SwiftUI navigation in RxFlow would be clunky at best.

That said, you're welcome try it yourself and submit a PR. I would certainly be curious to see how it would work