Gary Fung

Results 66 comments of Gary Fung

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,...

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

Using and working [in my fork](https://github.com/fungilation/react-native-cached-image) with latest RN 0.61.2 [in my app](https://medium.com/wonderswipe/rethink-mobile-search-10-100x-faster-introducing-wonderswipe-6f2ff0d0e667). Just haven't had time to bring back to this repo

Have you done what the error suggests? `link` and `pod install`

My https://github.com/kfiroo/react-native-cached-image/pull/124 did the equivalent and is on my fork at https://github.com/fungilation/react-native-cached-image. I don't have time this week, maybe next week on merging my fork back into here so until...

Note to self: not closing this PR as I can use the README update here

Yes, I patched it with https://github.com/ds300/patch-package. Here's the resulting patch: ```diff diff --git a/node_modules/react-native-clcasher/MemoryCache.js b/node_modules/react-native-clcasher/MemoryCache.js index 4bb65b8..00a373e 100644 --- a/node_modules/react-native-clcasher/MemoryCache.js +++ b/node_modules/react-native-clcasher/MemoryCache.js @@ -1,5 +1,6 @@ // import React, {Component}...

Ok emailed Kfir and cc'ed [email protected]. I'd like to keep the same npm package name to not fragment userbase. Will see if Kfir actually respond to email, if not by...

Thanks @kfiroo. I believe I got all the permissions I need, including merge access here. I much prefer this over forking, no fragmenting the community either. My npm username is...

Bugs such as? My app is using my fork, on RN 0.59.8. I'm just too busy to merge my fork and do npm releases, will when I can.