kfiroo / react-native-cached-image

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

Is this project dead? #139

Open PublicParadise opened 5 years ago

PublicParadise commented 5 years ago

@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

Djinne commented 5 years ago

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

Fr33maan commented 5 years ago

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

sorinfratila commented 5 years ago

@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