Hello all, I am building a KMM app and planning to...
# compose-ios
f
Hello all, I am building a KMM app and planning to release it in February 2024. It will have bottom navigation, movie-, audio player, gestures. Is it wise to use compose-iOS with this in mind?
👍 2
d
Hello! • We already have bottom navigation in material2 and material3 components. • We will not provide movie and audio players in the Compose Multiplatform, but you can try to search some opensource libraries. Our wrap some native solutions with UIKitView. • We peovide gestures support in pointers API. • Compose for iOS is still in Alpha status. Bugs may appears and we can break backward compatibility between Alpha versions
a
@Dima Avdeev Where to read more about Pointers API ?
f
@Dima Avdeev Thnx for the information
s
@Farid Benhaimoud were you able to implement audio player?