react-native-img-cache的CachedImage

使用react-native-cached-image報錯:

Warning: React.createElementtype is invalid -- expected a string (for built-in components) or a class/function (for composite componentsbut gotobject....

解決方法:看引用CachedImage,是不是寫了var CachedImage = require("react-native-img-cache")改成

import {CachedImage} from "react-native-img-cache";

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章