magicismight / react-native-lazyload

lazyload for react native
MIT License
414 stars 108 forks source link

Recycle's problem #32

Open blackmiaool opened 7 years ago

blackmiaool commented 7 years ago
    shouldComponentUpdate = (nextProps) => {
        return this._visible || !nextProps.host;
    };

This piece of code prevents recycle system functioning