Netvent / storyly-sdk

Storyly allows mobile applications to have in-app stories in native iOS, native Android, React-Native, and Flutter platforms.
69 stars 40 forks source link

[Android] Storyly View as a composable view #290

Closed mike192 closed 1 year ago

mike192 commented 1 year ago

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.

SancakKadir commented 1 year ago

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!

mike192 commented 1 year ago

Thanks for the answer.

wrozwad commented 11 months ago

+1 for Composable view :)