Fork me on GitHub
#cljsrn
<
2016-04-04
>
petterik03:04:56

@seantempesta: It's been changed to (set! js/window.React (js/require "react-native")) in 0.2.29: https://github.com/drapanjanas/re-natal/commit/bc7b66158101b818621b3649e485fc51dff3bf1f

petterik03:04:12

My code won't compile unless I have it. I've moved the statement to a file which is required first in my app

pesterhazy14:04:28

@seantempesta: yeah I use this as well

pesterhazy14:04:45

the reason is to do with the react-native packager, I think

seantempesta16:04:39

gotcha. thanks.