margelo / react-native-skottie

▶️ Efficient lottie animations using Skia's Skottie module
https://margelo.io
MIT License
868 stars 24 forks source link

fixed version skia #11

Closed alierenkara closed 9 months ago

alierenkara commented 9 months ago

we need the use fixed version for prevent the class changes. like :

https://github.com/Shopify/react-native-skia/commit/4153fa9d4df110eb0a21f4cdb74dc1b12be288d8#diff-0c567e87b297bcccf3004057990df924b06cd4fb33522eb539982fe5cb568ee8

hannojg commented 9 months ago

Hey, we need to bump the version of this package with the skia version as otherwise we'd get linking errors. When you want to use a more recent version of skottie pls use version > 2.0.0

hannojg commented 9 months ago

Thanks for bringing this to my attention!