Im considering switching from KMP + swiftUI to maj...
# compose-ios
c
Im considering switching from KMP + swiftUI to majority compose-multiplatform for the iOS version of my app. I'm curious if folks would recommend libraries for • navigation • Images (currently I use the swift library 'nuke' for caching, transforms, performance optimisations, etc.) Those are pretty much the only two things beyond pure UI code that I'm writing natively still
c
oh nice, I even already use coil on android 👍
k
take a look on Voyager for the navigation https://voyager.adriel.cafe/ it is more powerful and compose friendly
1
s
ad. coil, multiplatform is only inside alfa build 3v+ while stable 2.6.0 is android only.
👍 1
j
I use Coil 3.0 and Circuit 0.22.2 which gets everything for all platforms including wasm.