kfiroo / react-native-cached-image

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

Validate if downloaded file is complete. #96

Closed jgsrodrigues closed 6 years ago

jgsrodrigues commented 6 years ago

Validate if the downloaded image file is complete by comparing the content-length of the request with the actual file size.

kfiroo commented 6 years ago

@jgsrodrigues Awesome! Thanks!