cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
Oliver George 2020-05-31T00:19:09.252400Z

Anyone using https://github.com/kfiroo/react-native-cached-image? I'm upgrading to RN 62 and it looks like it's not compatible. Wondering if there's a substitute I should be considering.

Oliver George 2020-05-31T00:51:57.253700Z

Perhaps a little wrapper around js/fetch using cache modes will suffice. Like get from cache...

(js/fetch url #js {:method "GET" :cache "force-cache"}) 

Oliver George 2020-05-31T01:00:56.254100Z

Also need to review default behaviour of rn/image if I ensure the server sends back sensible long-life headers