slonv23
slonv23
@junjun16818 this should work: ``` import React from 'react'; import { StyleSheet, View, Image, FlatList, ImageBackground } from 'react-native'; import { CachedImage } from 'react-native-cached-image'; class ListItem extends React.PureComponent {...
> @slonv23 That should work but will the Image.getSize call use the cached version of the image? I suspect it may result in another request to download the image as...
Same here, could not achieve this common use case. I was able to achieve this in previous version (v3 or v4)