react-native-cached-image icon indicating copy to clipboard operation
react-native-cached-image copied to clipboard

Is this project dead?

Open PublicParadise opened this issue 7 years ago • 3 comments

@see https://github.com/kfiroo/react-native-cached-image/issues/127

As of 9/9/2018...

Last commit

v1.4.3 on Oct 24, 2017

Pull requests

11 pull requests, 7 stale pull requests from before v1.4.3

Issues

51 issues, oldest issue is from Apr 17, 2017.

Alternatives

https://github.com/DylanVann/react-native-fast-image

PublicParadise avatar Sep 09 '18 21:09 PublicParadise

Yes and no, yes: it seems like developer is out of action permanently no: there are people like Fungilation that are still developing it. The same package forked by Fungilation but up-to-date (rn-fetch-blob in particular):

https://github.com/fungilation/react-native-cached-image.git

Djinne avatar Sep 19 '18 11:09 Djinne

The Fungilation repo is working perfectly, I've asked the owner to publish it on npm.

Fr33maan avatar Dec 02 '18 09:12 Fr33maan

@l1br3 How can I use this package (https://github.com/fungilation/react-native-cached-image.git) if it is not published on npm?

Edit: Answer: add to package.json ->

{ "dependencies": { "react-native-cached-image": "https://github.com/fungilation/react-native-cached-image.git", } }

and then npm install

sorinfratila avatar Jan 29 '19 15:01 sorinfratila