kfiroo / react-native-cached-image

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

URL cache host part hash #101

Closed chrusart closed 6 years ago

chrusart commented 6 years ago

Resolves #95

Will create cached file path like: ${cacheLocation}/192_168_0_1_8000_hurirxv8nfp3mqail1ggsztxraimpjxpla18da86p56k916pd5/764df17y59r19mdug2eoi2e4esv1u02ygdwhiur1l965swfdr4.jpg

Human readable host and resolves very rare file path conflicts.

kfiroo commented 6 years ago

@chrusart Thanks! :)