airbnb / lottie-android

Render After Effects animations natively on Android and iOS, Web, and React Native
http://airbnb.io/lottie/
Apache License 2.0
35.03k stars 5.41k forks source link

KMM Desktop Support #2099

Closed gulabsagevadiya closed 2 years ago

gulabsagevadiya commented 2 years ago

Can we use this lib for KMM Desktop with Compose ?

gpeal commented 2 years ago

Nope. lottie-android leverages the Android platform and SDK for its rendering APIs. Compose doesn't have the necessary multiplatform APIs to accomplish Lottie. Something like skottie might work but I've never tried it.