Shubhi Sood

Results 1 comments of Shubhi Sood

Hello I have created instance of cacheable image as follow ``` import imageCacheHoc from 'react-native-image-cache-hoc'; const CacheableImage = new imageCacheHoc(Image, { fileHostWhitelist: ['localhost', 'i.redd.it'], validProtocols: ['http', 'https'], defaultPlaceholder: defaultPlaceholderObject });...