Stack overflow loading a specific animation
@FrayxRulez , How did you generate this resource file?. looks like this one is modified manually and there is a cyclic loop in the layer hierarchy. which causes the infinite loop.
Our app uses lottie files for animated stickers that users can manually submit. I know that this brings in a lot of possible issues, but it would be great if this kind of stuff could be handled by rlottie!
@FrayxRulez , Will see if i can put some check to detect the cycle in layer hierarchy. But the main use case of rlottie library is to consume the exported json file from the After Effect not any random json file. maybe I can add some sanity check in the debug build don't know if that will be any help to your usecase.