kfiroo / react-native-cached-image

CachedImage component for react-native
MIT License
938 stars 470 forks source link

preload images from nextProps in componentWillReceiveProps #87

Closed bajceta closed 6 years ago

bajceta commented 6 years ago

When ImageCacheProvider receives new urlsToPreload it still uses the old list from this.props. This PR passes the list of urls to preloadImages so the latest list is always used.

kfiroo commented 6 years ago

@bajceta Thanks!