Compose for iOS is still in Alpha status. Bugs may appears and it can break backward compatibility between Alpha versions
🙌 1
m
Marko Novaković
08/18/2023, 11:56 AM
be aware that there are bugs and differences in behaviour, for same widgets/composables, between Android and iOS so make sure to test things well
🙌 1
Marko Novaković
08/18/2023, 11:58 AM
and you can’t just use same code for iOS. for example, if you need file picker, you need to implement that for both platforms separately. compose multiplatform is still in early stages so you’re lacking in those libraries and capabilities
🙌 1
k
Kapil Yadav
08/18/2023, 1:03 PM
@Marko Novaković hey bro can your share file picker impl for ios ?? or any library iyk
🙌 1
m
Marko Novaković
08/18/2023, 1:35 PM
I’m working on multiplatform file picker implementation. there is one solution out there but it only works on Android and desktop