touchlab / KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform
https://touchlab.co/
Apache License 2.0
2.17k stars 196 forks source link

ios app not behaving as expected when BreedListScreen isn't the rootView #300

Open asiimwedismas opened 1 year ago

asiimwedismas commented 1 year ago

how to reproduce:

Before your begin, update the minimum deployment to 14 because @StateObject "demands" it.

  1. Create a new root view to act as the root screen.
  2. Create a link to the BreedListScreen in the root view.
  3. Launch app
  4. Tap link to go to BreedListScreen, all good
  5. Navigate back
  6. Navigate back to BreedListScreen, bad... nothing shows, no interaction can happen

Am not ios expert so can someone who is please explain what is going on here @russhwolf, @kpgalligan

findjigar commented 1 year ago

KaMPKit has been refactored recently. I would request you to please retry what you were trying before and let us know if there is still any issue @asiimwedismas