默認(rèn)React Native中是不支持GIF圖片的插入的,當(dāng)我們插入之后,就可能會產(chǎn)生模擬器閃退,或者直接不能運行的問題。
解決方案:
編輯android/app/build.gradle下dependencies節(jié)點,加入以下代碼:
compile 'com.facebook.fresco:animated-gif:1.3.0'
compile 'com.facebook.fresco:animated-base-support:1.3.0'
然后重新運行react-native run-android即可使用GIF圖片啦