Search code examples
androidioskotlinkotlin-multiplatformcompose-multiplatform

Kotlin Multiplatform Mobile How to navigate between screens using single codebase


I cannot find any library or any supporting doc to switch between screens in KMM for ios and android.

I researched and also tried implementing navgraph but it is for android only and there is nothing i can find similar to the nav for ios.


Solution

  • Check Voyager A multiplatform navigation library. Supported Platform: Android, iOS, Desktop, Web