This message was deleted.
# compose-ios
s
This message was deleted.
a
Compose for iOS is still in Alpha status. Bugs may appears and it can break backward compatibility between Alpha versions
🙌 1
m
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
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
@Marko Novaković hey bro can your share file picker impl for ios ?? or any library iyk
🙌 1
m
I’m working on multiplatform file picker implementation. there is one solution out there but it only works on Android and desktop
🙌 1