Matin Zadeh Dolatabad
Matin Zadeh Dolatabad
Yes I could also reproduce the rendering issue with the modified file but not with the original file.
The working animation is in the PR I shared in your repo. Please check out there and try running the app.
@jrlmontejo Please report this issue to lottie team. Seems like there is a bug in their editor causing the animation to break.
If a pod or multiple pods are deleted, shouldn't we make sure xcprivacy updates accordingly?
Snack: https://snack.expo.dev/@ddappteam/reanimated-svg-crash
**UPDATE:** I passed `number[]` and the issue got resolved and now it works both on iOS and Android. But if I just pass `number`, the shared value will break the...
> Yeah, it is due to how codegen works. Unfortunately the native side can only accept one type for each prop, so we had to stick with passing an array...
> > Isn't it better maybe to update types and document to just accept number[]? > > > > You can pass a number as long as you don't use...
For web, you need to follow the instructions in the README: https://github.com/lottie-react-native/lottie-react-native?tab=readme-ov-file#web
Can you provide a minimal reproducable?