Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animation aren't playing #13

Closed
dreamerchandra opened this issue Oct 12, 2021 · 3 comments
Closed

Animation aren't playing #13

dreamerchandra opened this issue Oct 12, 2021 · 3 comments

Comments

@dreamerchandra
Copy link

I added

    implementation 'com.facebook.fresco:fresco:2.0.0'
    implementation 'com.facebook.fresco:animated-gif:2.0.0'

Did ./gradlew clean and did react-native run-android? Still not working.
Also uninstalled the app also did yarn start --reset-cache still not hope?

@Thanasis1101
Copy link
Owner

Thanasis1101 commented Oct 12, 2021

@dreamerchandra Which React Native version do you use? Because for RN < 0.60 you need different versions for the dependencies. E.g. for RN 0.59 you need version 1.10.0 (as you can see here).

@dreamerchandra
Copy link
Author

Fixed it...
I'm using RN 0.65+
For this, you should use

    implementation 'com.facebook.fresco:fresco:2.5.0'
    implementation 'com.facebook.fresco:animated-gif:2.5.0'

Please update read me for instructions... it's pretty horrible I was literally clueless for 2 days.

@Thanasis1101
Copy link
Owner

@dreamerchandra Great ! Thanks for the feedback !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants