m1ga / ti.animation

Airbnb Lottie + Rive animation module for Titanium SDK
Other
106 stars 20 forks source link

TiShadow is passing a full path via file-key to loadAnimationFromJSON:(NSString *) #57

Closed xc0n42 closed 1 year ago

xc0n42 commented 2 years ago

When using TiShadow, it is passing an absolute path, so the result from pathForResource will lead to an invalid path.

Implement a fallback mechanism to also try the passed the passed value of key file.

hansemannn commented 1 year ago

Handled already, closing here!