Netvent/storyly-sdk

[Android] Storyly View as a composable view

Closed this issue · 3 comments

Is it planned to introduce Storyly View as a composable view in the SDK?

Currently, on our site, all new features use Jetpack Compose, and introducing AndroidComposeView instance for interoperability adds a redundant layer of logic.

Hi @mike192,

Thanks for the suggestions! 🎉

Storyly SDK can be used in Jetpack compose projecsts using Jetpack Compose's Interoperability APIs, please check StorylyJetpackCompose Demo project. Moreover, we don’t have any plan to make Storyly composable.

Thanks!

Thanks for the answer.

+1 for Composable view :)