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 #47

Closed ohitsdaniel closed 3 years ago

ohitsdaniel commented 3 years ago

Resolves #12 .

Problem

Currently, ComposableNavigator directly depends on TCA as ComposableNavigatorTCA depends on it.

Solution

Extract ComposableNavigatorTCA into its own repository.

ohitsdaniel commented 3 years ago

Closed until package went public as this well make the extraction process easier.