react-native-cached-image
react-native-cached-image copied to clipboard
react-native-fetch-blob replaced with rn-fetch-blob
-
Promise.reject() instead of throw new Error(), at places which crash app in production
-
updated some dependencies, including switching unmaintained react-native-fetch-blob to rn-fetch-blob
- fixes #122, #121
@kfiroo are you still here?
Note that to use my fork (fungilation/), change native installation in your own app to pod 'rn-fetch-blob', :path => '../node_modules/rn-fetch-blob'
. For existing install, that involves react-native unlink
and yarn remove, and add / link again.
I'm using in my app WonderSwipe without issue.
thanks @fungilation!, already using, no issues.
@kfiroo can this be merged please
On topic of maintenance and forking: https://github.com/kfiroo/react-native-cached-image/issues/160