You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kudos to @hannojg for the release of v1 of react-native-skottie! 🎉
Today, I attempted to migrate our app from lottie-react-native to react-native-skottie and encountered an issue with a missing property. Our application utilizes relatively simple Lottie animations, but we frequently adjust the colors. For example, our animations feature bright colors on a dark background when dark mode is enabled. This functionality is achieved in lottie-react-native through the colorFilters prop. However, I noticed this prop seems to be absent in react-native-skottie. This feature would be essential for us to be able to use this library as a drop-in replacement.
The text was updated successfully, but these errors were encountered:
Thanks @hannojg, great idea to use Skia for Lottie! I use RN-Skia in all my recent projects, and would also need to colorFilters prop to migrate away from lottie-RN.
Kudos to @hannojg for the release of v1 of
react-native-skottie
! 🎉Today, I attempted to migrate our app from
lottie-react-native
toreact-native-skottie
and encountered an issue with a missing property. Our application utilizes relatively simple Lottie animations, but we frequently adjust the colors. For example, our animations feature bright colors on a dark background when dark mode is enabled. This functionality is achieved inlottie-react-native
through thecolorFilters
prop. However, I noticed this prop seems to be absent inreact-native-skottie
. This feature would be essential for us to be able to use this library as a drop-in replacement.The text was updated successfully, but these errors were encountered: