react-native-lazyload
react-native-lazyload copied to clipboard
Recycle's problem
shouldComponentUpdate = (nextProps) => {
return this._visible || !nextProps.host;
};
This piece of code prevents recycle system functioning