William Candillon
William Candillon
@jacobsmith How does it work in the original component? I can make it symmetric in this component too.
Thanks for the pointer, I'm definitely gonna look into it.
Yes that's good idea 👍🏻.
From my experience with RNFetchBlob, it is difficult to guarantee the same behaviour for each function. For instance it is possible that downloading a file with `react-native-fs` is quite different...
@Noitidart by "loading", you mean loading from the network? The fade effect on Android happens even if the image is local.
Thks for doing this. should it be symmetric with other methods from Image: https://facebook.github.io/react-native/docs/image#onload such as onLoadEnd, onLoadStart and so on?
@Piropa Nice! Is it possible to contribute it to `@types/react-native-expo-image-cache`? If not, I would be ok to add it to this repo.
@Piropa This is great! Could you see if this can be contributed to `@types/react-native-expo-image-cache`? If not, I can add it this repository.
I would be ok to add it as index.d.ts, then it would be picked up automatically by TypeScript right? But now the API has changed, I would need to update...
@Werewolve Thank you for reaching out. Regarding the FlatList, you should only the visible images. The problem is that if you scroll down quickly to the bottom of the list,...