Hi everyone! :wave: During my first Compose Multip...
# feed
l
Hi everyone! 👋 During my first Compose Multiplatform production project, I faced some challenges when trying to handle deep links using JetBrains' Navigation library. But with the latest beta release of Compose Multiplatform and the newest Navigation Compose version, I finally found an easy and clean way to implement deep links for both Android and iOS. I’ve written a blog post on Medium where I share the code and approach I used. If you're curious about how I handled deep links in a multiplatform project, feel free to check it out: 👉 https://medium.com/pink-room-club/handling-deep-links-in-compose-multiplatform-87b269a8f1a1 I hope this helps you in your projects—and feel free to share your feedback! Happy reading, and thanks for the support! 🙌
👍 6
k
anyway the article is useful
👍 1
l
Thank you, related to deeplink != app (Universal) links is more or less correct because universal link is a form of deep link
k
yes, but you use two different things for android and iOS. I'd expect the same for both platforms
l
but for android I'm also using universal links
they are both app links
k
oh! you right, sorry!
l
no problem my friend 🙂