Fork me on GitHub
#cljsrn
<
2016-04-27
>
frank15:04:12

really? I didn't know you could pass cljs maps into react components

frank15:04:30

how did you achieve that @a.espolov ?

a.espolov15:04:30

@frank: #js {} or (clj->js {})

frank15:04:59

ah so you did use one of those

jurgen_photek16:04:23

I upgraded re-natal to latest everything today (including latest react-native) ... which all went ok except that now when figwheel reloads a changed file I get a Transform Error ... <path/to/file.js> Unexpected Token red screen error in the IOS simulator. looking at the .js file nothing seems to be wrong and then reloading from the simulator (Cmd-R) works fine. has anyone got any advice? Thanks!

drapanjanas17:04:39

@jurgen_photek: could not reproduce this problem, you could try checking if same happens with newly generated app

anatoly23:04:07

Hey guys, is there any literature or tutorials on how to get started with re-natal for both Android and iOS development? – I couldn't find anything promising 😞