RN의 Image 태그에서는 IOS에는 gif가 그냥 사용가능하지만, 안드로이드의 경우에 추가 설정을 해야한다. dependencies { // If your app supports Android versions before Ice Cream Sandwich (API level 14) implementation 'com.facebook.fresco:animated-base-support:1.3.0' // For animated GIF support implementation 'com.facebook.fresco:animated-gif:2.5.0' // For WebP support, including animated WebP implementation 'com.facebook.fresco:animated..