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?
hey, make sure you have `
:devtools {:autoload true
:after-load steroid.rn.core/reload}
in your shadow ednI 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?
probably it's not needed in this example
TIL about re-frame-steroid
& rn-shadow-steroid
, thanks