js 层创建文件夹img
<Image style = {{height:20,width:200}} source={require('./img/a1.gif')}/>
在Android app build.gradlew中
dependencies { // For animated GIF support compile 'com.facebook.fresco:animated-gif:0.13.0' }
js 层创建文件夹img
<Image style = {{height:20,width:200}} source={require('./img/a1.gif')}/>
在Android app build.gradlew中
dependencies { // For animated GIF support compile 'com.facebook.fresco:animated-gif:0.13.0' }