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
Dima Avdeev
08/01/2023, 7:11 AM
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
aj
08/01/2023, 11:48 AM
@Dima Avdeev Where to read more about Pointers API ?