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

Any examples of how to use the method "refresh"?

Open vasilycrespo opened this issue 7 years ago • 0 comments

Hello,

I'm having an issue using the plugin. I have a LazyloadScrollView with an infinite scroll with multiple LazyloadImage items inside. The first time that i open the app, the images are being loaded correctly, however if i change to a different screen (using react-native-router-flux) and then i return to the main screen, the images are no been loaded, the rest of the contect is loaded properly, i mean there are no issues fetching the data or anything else. I was wondering if i can use the "refresh" method to handle this. Does anyone there has an example of how to implement/use the refresh method referenced on the docs of the plugin, thanks.

vasilycrespo avatar Sep 11 '17 16:09 vasilycrespo