Sam Wei

Results 6 comments of Sam Wei
trafficstars

Hey @wcandillon , I tried your solution of adding `bust()` in the `onError()` callback, however it now just enters an infinite reloading loop (e.g. if the image url is invalid)....

@gameboyVito you are saying that, i should add a sleep before calling the ImageCache.get().bust?

Thanks @gameboyVito , that has spaced out the requests (which is good!) - but we're getting this issue repeatedly. Have you seen it before? ``` nativeEvent: { error: 'Error decoding...

Dope. Any idea how to fix this? We tried adding `fs.unlink` in the `bust()` method, to completely clear out the cached file, but that didn't help... i.e. ```Javascript bust(uri) {...

@gameboyVito @aminroosta we found out the issue, this is related to how RNFetchBlob does not respect the 401 status code [https://github.com/wkh237/react-native-fetch-blob/issues/267](url) so i have to explicitly not link the cache,...