madsleejensen / react-native-image-sequence

native implementation for creating frame based image animations
MIT License
107 stars 67 forks source link

Animation not start always for Android #24

Open belal-mazlom opened 6 years ago

belal-mazlom commented 6 years ago

This module work fine on iOS, but in Android it works and sometime it just show first frame of animation. Seems that related to memory space available on device!

Any advice on this issue?

Thanks.