Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

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'
	//  ...
}
 
PREVIOUS NEXT
Tagged: #gif #react #native
ADD COMMENT
Topic
Name
2+8 =