Gary Fung
Gary Fung
Interesting comparison. Thanks! `react-native-cached-image` been resilient and hasn't crashed on me yet in my app.
That's interesting. I was thinking of trying/switching to react-native-fast-image myself
I know. See my last commit on my fork, tested to work with up to RN 0.59.5: https://github.com/fungilation/react-native-cached-image/commits/master
On topic of maintenance and forking: https://github.com/kfiroo/react-native-cached-image/issues/160
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,...
Awesome. And good to see that `redux-offline` isn't dead with inactivity, since there's an active fork. Thanks to you both @wacii @rt2zz for your work! I've been watching your repos,...
https://github.com/rt2zz/redux-persist#why-v5 > * easier to ship persist support inside of other libs (**e.g. redux-offline**) That alone isn't reason enough? I for one care about PersistGate and migration support. If moving...
> @cemo > > ``` > include ':@react-native-firebase_app' > project(':@react-native-firebase_app').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-firebase/app/android') > ``` This workaround works. But why is still needed? This actually wasn't needed until I...
hey @stigi any issue with FTS5? I have keen interest in adding this support for my RN [app](https://medium.com/wonderswipe/rethink-mobile-search-10-100x-faster-introducing-wonderswipe-6f2ff0d0e667) (so no Web support is fine with me). Any pointers and blockers...
Same. No error, no log, nothing. On RN 0.57.5