This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-12
Channels
- # beginners (2)
- # boot (1)
- # cider (3)
- # cljsrn (28)
- # clojure (70)
- # clojure-russia (1)
- # clojure-spec (21)
- # clojure-uk (2)
- # clojurescript (16)
- # component (10)
- # data-science (5)
- # datomic (9)
- # emacs (5)
- # fulcro (2)
- # jobs (1)
- # juxt (1)
- # klipse (23)
- # lumo (1)
- # mount (12)
- # off-topic (4)
- # parinfer (1)
- # re-frame (20)
- # ring-swagger (2)
- # spacemacs (4)
thanks peter, it was a corrupt download of boost library. I purged my .rncache folder and it works now
Yeah I had the same problem
(s/peter/paulus btw)
@naomarik I haven't been able to get expo to work, stuck on [exp] goog.require could not find: figwheel.connect.build_main
with lein expo
the repl in re-natal works, but I think having those APIs out of the box adds a lot of value, eg. the built-in native components in re-natal are slim and I haven't figured out how to deal with that ecosystem after a couple of days.
@gtrak i’ve only looked at this and it looks too simple to fail https://juxt.pro/blog/posts/native.html
you can prob work in reagent and stuff after you get the basics working with pure cljs
yea, the template mentioned there is the broken part: https://github.com/seantempesta/expo-cljs-template , I totally believe i can get something to compile, but the REPL is pretty necessary
@gtrak What about the template is broken? I’ve been traveling the past month and haven’t been paying close attention to Slack.
and had to run the fix from https://github.com/tiensonqin/cljs-exponent/pull/4 , available under a forked groupid
Hmm, I upgraded the figwheel versions and removed the navigator reference. https://github.com/seantempesta/expo-cljs-template/commit/772bf96cd5f17af210c8bff0d8d4bc9a85d34c6f
since I'm prototyping a game, I ended up ditching react native and am going with cocos2d-js, which claims to be able to deploy to native via embedded spidermonkey: http://www.cocos2d-x.org/wiki/Cocos2d-JS#12-Cocos2d-html5-and-Cocos2d-x-JSB
oh, cool. well, good luck with that 🙂
oh, I think lein new expo
still brings in the older one, that might have been part of the issue
https://gist.github.com/gtrak/9e39720b957c5240b02b45391c402d54 , at least in the boot template sidecar is 0.5.4-7
oh yeah, I’ve given up on boot
I don’t know it, and it’s been too much of a time suck to try and maintain everything
yeah, clojure tooling leave a lot to be desired.
okay, i think it all came down to https://github.com/tiensonqin/cljs-exponent/pull/4
i wonder what expo’s business model is? are they going to charge for something in the future?
@gtrak What about the template is broken? I’ve been traveling the past month and haven’t been paying close attention to Slack.