Answers for "how to use gif in react native"

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
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 "how to use gif in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language