Kfir Golan

Results 9 comments of Kfir Golan

@fungilation Hey, thank you for sending the email, my github account doesn't get as much attention as it should 😅 I've added you as a collaborator on github. Please send...

@fungilation You are now a maintainer in npm too :)

@Dvidan Sounds good! If you can create a quick PR for this it would be amazing. Not sure what's the best way yo go about it tho.. Should we have...

@abeltje1 Hey, thanks for this! I can't investigate right now, can you provide some more info? Thanks

@abeltje1 @alxvallejo Can you make sure you are requiring the component correctly please. ```jsx // Should be something like this: import { CachedImage } from 'react-native-cached-image'; // Or this const...

@abeltje1 I'm trying to find what's different about your setup, where it looks like one of the components is resolved to an `object`, from mine and others where everything seems...

Please make sure you are requiring the component as suggested in this comment https://github.com/kfiroo/react-native-cached-image/issues/88#issuecomment-332667016

@iegik I believe you are correct! Cache responses will be handled as errors, though I didn't encounter this before. Care to spin a quick PR for this? :)

@wkh237 Hey, reading a bit about `stat`, it seems it is not meant to return the size of directory recursively, so maybe this is not really a bug. I would...