使用react-native-cached-image报错:
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object....
解决方法:看引用CachedImage,是不是写了var CachedImage = require("react-native-img-cache")改成
import {CachedImage} from "react-native-img-cache";