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

react-native-fetch-blob replaced with rn-fetch-blob

Open fungilation opened this issue 6 years ago • 5 comments

  • 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

fungilation avatar Jul 05 '18 06:07 fungilation

@kfiroo are you still here?

chrusart avatar Jul 12 '18 12:07 chrusart

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.

fungilation avatar Jul 12 '18 16:07 fungilation

thanks @fungilation!, already using, no issues.

chrusart avatar Jul 13 '18 15:07 chrusart

@kfiroo can this be merged please

jaggs6 avatar Aug 23 '18 16:08 jaggs6

On topic of maintenance and forking: https://github.com/kfiroo/react-native-cached-image/issues/160

fungilation avatar Apr 20 '19 16:04 fungilation