Tlaster / PreCompose

Compose Multiplatform Navigation && State Management

Home Page:https://tlaster.github.io/PreCompose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

return result without go Back

mahramane opened this issue · comments

Hi
We need to return a value from a scene without close it to previous scene.
Look like setFragmentResult in Android Navigation.

I personally do not feel like this is a navigation library's job, since you can just have an event bus separately and also do the same thing.