margelo / react-native-skottie

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

chore: fix SkottieViewRef play method types #48

Closed jeongshin closed 1 month ago

jeongshin commented 3 months ago

Reporting very minor typescript issue here.

play method handles callback when animation ended. but missing in types.

Checked callback works as I expected both Android and iOS.

Thanks!