I have a strange problem. I have some gif images in my project and some of them load and loop normally, others just loop once and stop. Any ideas why would this happen ? My dependencies:
compile 'com.facebook.fresco:animated-base-support:0.14.1'
compile 'com.facebook.fresco:animated-gif:0.14.1'
Updated to 1.0.0, but still the same outcome.
How i call the gif:
<Image source={require('./gif/Tree.gif')} />
Thank you !
React Native Version 0.45.1