Is there a way to use the official navigation-comp...
# compose-ios
k
Is there a way to use the official navigation-compose library with https://github.com/JetBrains/compose-multiplatform-ios-android-template ?
a
No, navigation-compose is currently available only for Android.
t
Do you think that one day Google will port all the libraries to multiplatform, I saw that they are trying to port some like Annotation, Collection, ...
k
Thanks. I too hope that Google will release an official KMM-compatible Navigation library. Bacause I prefer to low dependencies as possible. The 3rd party libraries seems to have a different interface than the official navigation-compose.
n
.. or we (JetBrains) will port it in the scope of Compose Multiplatform
👍 1
t
Love to hear that 😍
k
Great !! 😍
@Nikita Lipsky Are there any other libraries for KMM planned to be provided by JetBrains? DeepLink, Image from URL, SharedPreferences, Resources, WebView, Push...
t
I hope it won't be long 😁
n
Currently we don't have any exact plans but non-compose libraries (pure Android) are out of the scope anyway. On the other hand, the smoother process of adopting Compose applications to iOS the better.
k
Thank you for your response. I see. We plan to use 3rd party libraries for these features. However in Flutter, official libraries are provided, so we hope that by the time compose-ios becomes stable, these will also be available as official libraries. https://pub.dev/packages/shared_preferences

https://www.youtube.com/watch?v=PbwFtqmbMuI

t
You can read in android developer blog for more details