Bahn-X / swift-composable-navigator

An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind
MIT License
580 stars 25 forks source link

Extract ComposableNavigatorTCA into its own repository #12

Open ohitsdaniel opened 3 years ago

ohitsdaniel commented 3 years ago

ComposableNavigator currently has a dependency on TCA which is only necessary for the ComposableNavigatorTCA target. We should extract ComposableNavigatorTCA into its own repository so that people can choose whether they want to include those helpers or not.

davdroman commented 3 years ago

Any update on this?

ohitsdaniel commented 3 years ago

Hi @davdroman, this is definitely on the agenda in the upcoming weeks and will be worked on before 1st of June, after finishing tab-support.

davdroman commented 3 years ago

@ohitsdaniel awesome to hear.

P.S. this library is single-handedly carrying half of SwiftUI's value proposition as of 2021. Can't express enough gratitude for that 🙏 please consider enabling sponsorships for this repo!

ohitsdaniel commented 3 years ago

Quick update on this: Tab-Bar support is taking a bit longer than expected, this is next up though and will be part of the next release.