react-native-lazyload icon indicating copy to clipboard operation
react-native-lazyload copied to clipboard

Recycle's problem

Open blackmiaool opened this issue 8 years ago • 0 comments

    shouldComponentUpdate = (nextProps) => {
        return this._visible || !nextProps.host;
    };

This piece of code prevents recycle system functioning

blackmiaool avatar Aug 24 '17 09:08 blackmiaool