Fork me on GitHub
#reagent
<
2016-07-26
>
pesterhazy14:07:22

Working with react-native, I'm trying to get my root component to rerender (after reloading the cljs namespace). I used to call r/render to do that on the component, but that doesn't seem to work. reagent.core/force-update-all also doesn't seem to have the desired effect.