Fork me on GitHub
#cljsrn
<
2018-05-26
>
thheller08:05:56

can someone confirm that it is actually possible to have source mapped errors in RN? Meaning the red screen when an error occurs showing the actual source location in the .cljs file?

thheller08:05:20

I see some utils in re-natal to enable source maps but I honestly cannot tell what that does or how it would effect source maps?

carocad09:05:39

@thheller yes I can confirm that it is possible to have source mapped errors in RN. But afaik they are only displayed that way if you have remote J's debugging enabled

thheller09:05:20

ah yeah I meant without the chrome thingo

carocad18:05:38

oh then I dont know 😄

carocad21:05:20

@thheller I just realized that you are the creator of shadow-cljs. I am curious about your endeavours in react native. Do you have a working prototype of rn + cljs + shadow ?