Fork me on GitHub
#cljsrn
<
2016-08-30
>
stbgz04:08:01

has anyone tried running react-native-macos using re-natal?

pesterhazy07:08:48

@coyotespike that's amazing, I'll contribute for sure

balint13:08:45

@stbgz you need to add macos as a new platform to re-natal i suppose? i was tinkering with react-native-windows and managed to do just that with a couple of string replaces basically

tianshu15:08:59

@pesterhazy why boot-react-native example has react-dom in package.json? is it necessary?

pesterhazy15:08:35

actually it's a bit nuanced

pesterhazy15:08:51

as I remember, it was needed for Android but not for iOS (or the other way round)

pesterhazy15:08:04

not entirely sure why this was

pesterhazy15:08:39

maybe that makes it work without adding the additional dependency

pesterhazy15:08:11

@doglooksgood, it'd be great if you could investigate and put up an issue to remove the dependency if you find it's not needed

tianshu15:08:49

I'm new to boot-react-native now. 😂

tianshu15:08:56

But re-natal has exclusions for cljsjs/react, cljsjs/react-dom and cljsjs/react-dom-server.

tianshu15:08:35

I tried to add cljsjs/react-dom-server in :exclusions in build.boot, then got compile error.

stbgz16:08:24

@mfikes @balint yeah I tried yesterday and after a few string fixes I got it to work

stbgz16:08:00

also @mfikes nice work on the presentation to seajure (clojure seattle) couple of weeks ago, it got me interested in seeing if I can make it run on top node as opposed to javascriptcore…but I diverge

mfikes16:08:34

@stbgz Thanks! Ramsey Nasser has self-hosted running atop Node https://www.npmjs.com/package/clojurescript

pesterhazy17:08:13

what error do you see?