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
andre 2020-02-25T12:11:33.000400Z

https://hackmd.io/@byc70E6fQy67hPMN0WM9_A/rJilnJxE8

đź‘Ť 5
Kai 2020-03-01T07:27:04.001700Z

I’ve tried following that tutorial and have tried following the usage in https://github.com/flexsurfer/rn-shadow-steroid too, but I haven’t been able to get the hot reload with shadow-cljs working. Any suggestions on how to get it working?

andre 2020-03-01T14:28:00.002Z

hey, make sure you have `

:devtools   {:autoload true
                              :after-load steroid.rn.core/reload}
in your shadow edn

Kai 2020-03-02T12:37:07.009700Z

I checked, but it was already there. The rest of the file was the same too. After successfully running the project source from GitHub and comparing the files, I found that it was the shadow-cljs dev dependency causing the issues. Removing it from my package.json resulted in the hot reload working correctly. Is yarn add --dev shadow-cljs actually needed in https://hackmd.io/@byc70E6fQy67hPMN0WM9_A/rJilnJxE8#2-Add-shadow-cljs?

andre 2020-03-04T15:49:56.010300Z

probably it's not needed in this example

dotemacs 2020-02-25T16:11:56.000800Z

TIL about re-frame-steroid & rn-shadow-steroid, thanks

🙌 1