Answers for "react native android gif"

1

react native android gif

// For React Native v0.65 and above
// add following line on android/app/build.gradle
dependencies {
	//  ...
	implementation 'com.facebook.fresco:animated-gif:2.5.0'
	//  ...
}
Posted by: Guest on October-26-2021
0

how to use gif in react native

// For animated GIF support add following line on android/app/build.gradle
dependencies {
	//  ...
	implementation 'com.facebook.fresco:animated-gif:2.0.0'
	//  ...
}
Posted by: Guest on July-10-2021

Code answers related to "react native android gif"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language