Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaroncelli authored Mar 7, 2023
1 parent 91c44b3 commit b0ece40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is the official sample of the **D-KMP architecture**, presenting a simple m
- it uses Kotlin's **StateFlow** to trigger UI layer recompositions
- the **navigation state** is processed in the **shared code**, and then exposed to the **UI layer**:
- on **SwiftUI** it seamlessly integrates with the new iOS 16 navigation patterns (_NavigationStack_ and/or _NavigationSplitView_)
- on **Compose** it's a very simple data class which works on any platform (unlike _Jetpack Navigation_, which only works on Android)
- on **Compose** it's a "remembered" data class which works on any platform (unlike _Jetpack Navigation_, which only works on Android)

_you can find more info on these articles:_
- _[D-KMP sample now leverages iOS 16 navigation](https://danielebaroncelli.medium.com/d-kmp-sample-now-leverages-ios-16-navigation-cebbb81ba2e7) (february 2023)_
Expand Down

0 comments on commit b0ece40

Please sign in to comment.