Answers for "gif in react native image"

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

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language