You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using the NavigationRouter UIKit component imported from Element to handle navigation in ElementX. We would like to move away from that and switch to a more SwiftUI approach using the newly introduced NavigationStack
We would still need to preserve the decoupling through MVVM-C so we need to use the NavigationStack to implement something that suits us.
We will also probably need to rewrite the toats and indicators, ideally revisiting their architecture.
The text was updated successfully, but these errors were encountered:
We are currently using the NavigationRouter UIKit component imported from Element to handle navigation in ElementX. We would like to move away from that and switch to a more SwiftUI approach using the newly introduced NavigationStack
We would still need to preserve the decoupling through MVVM-C so we need to use the NavigationStack to implement something that suits us.
We will also probably need to rewrite the toats and indicators, ideally revisiting their architecture.
The text was updated successfully, but these errors were encountered: