Hello everyone Can anyone tell me how to pass data...
# multiplatform
m
Hello everyone Can anyone tell me how to pass data between screens using the pre-compose navigation? Thanks
l
Hi ! If it can also help you, in my projects I use Voyager, which can support your use case : https://github.com/adrielcafe/voyager
m
Thanks @loloof64
l
You're welcome 😃
m
@loloof64 Can you please suggest any toast library for kmm?
l
Sorry, but in my case I don't use Toast but I just use Notifications with Scaffold Composables.
m
Do you have any guide?
for Notifications?
l
I'm searching a link to give you. Please wait a bit.
m
Thank @loloof64 You are a life saver
l
You're welcome 🙂 Don't forget, it will be easier if you use a Scaffold for each of your page
m
but if want to use the top bar and bottom tabs then Should I place these on each screen?
l
Good question
I can't remember right now how I did for bottom bar
But for the top bar, you can easily add one in your scaffold
m
Can you please please tell me how you managed bottombar and top baa for different screens?
l
In KMP, I think, if i remember well, I combined the use of Voyager and Scaffold composables
But anyway, there's an example in the medium article whose I gave the link above.
m
Thanks again 🙂
👍 1