[img]https://i.sstatic.net /pBIltPqf.png[/img]
Я также добавляю анимированный GIF в android>app>build.gradle.
Код: Выделить всё
dependencies {
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")
// For animated GIF support
implementation 'com.facebook.fresco:animated-gif:3.1.3'
if (hermesEnabled.toBoolean()) {
implementation("com.facebook.react:hermes-android")
} else {
implementation jscFlavor
}}
Подробнее здесь: https://stackoverflow.com/questions/791 ... native-app