Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation Migration #107

Merged
merged 108 commits into from
Dec 9, 2023
Merged

Navigation Migration #107

merged 108 commits into from
Dec 9, 2023

Conversation

thomaskioko
Copy link
Owner

@thomaskioko thomaskioko commented Nov 27, 2023

Description

This PR replaces the core navigation implementation. We no longer use Jetpack Compose Navigation on Android.

I initially started out trying out Voyager but ended up switching to Decompose as it met my needs. The goal is to share Navigation/"ViewModel" and keep the UI's native. (Android - Jetpack Compose & iOS -SwiftUI). Voyager only seems to support Compose Multiplatform, hence the decision to go with Decompose.

With this change, we replaced Flowredux StateMachine, which acted as our "ViewModel," and are now using Decompose's components.

Migration PRs

Closes #67, closes #76, closes #83

Android iOS
MigrationDemo.mp4
iOS_Demo.mp4

@thomaskioko thomaskioko marked this pull request as ready for review December 9, 2023 13:52
@thomaskioko thomaskioko changed the title Navigation & "ViewModel" Rework Navigation Migration Dec 9, 2023
@thomaskioko thomaskioko merged commit 625b1bb into main Dec 9, 2023
5 checks passed
@thomaskioko thomaskioko deleted the feature/voyager-navigation branch April 5, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update iOS SwiftPackage DiscoverStateMachine Crash Compose Navigation Improvement.
1 participant