We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04104f7 commit 01f8997Copy full SHA for 01f8997
index.js
@@ -25,8 +25,6 @@ export default class CachedImage extends Component {
25
static defaultProps = {
26
expiration: 86400 * 7, // default cache a week
27
activityIndicator: null, // default not show an activity indicator
28
- defaultSource: require('static/images/default.png')
29
-
30
};
31
32
static cacheDir = RNFetchBlob.fs.dirs.CacheDir + "/CachedImage/";
0 commit comments