This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-21
Channels
- # adventofcode (82)
- # bangalore-clj (1)
- # beginners (44)
- # boot (7)
- # boot-dev (25)
- # cider (1)
- # cljs-dev (3)
- # cljsrn (14)
- # clojars (11)
- # clojure (210)
- # clojure-dusseldorf (4)
- # clojure-gamedev (2)
- # clojure-greece (11)
- # clojure-italy (6)
- # clojure-norway (6)
- # clojure-russia (6)
- # clojure-serbia (2)
- # clojure-spec (43)
- # clojure-sweden (1)
- # clojure-uk (77)
- # clojurescript (43)
- # cursive (1)
- # data-science (3)
- # datomic (32)
- # duct (3)
- # figwheel (2)
- # fulcro (71)
- # graphql (3)
- # hoplon (14)
- # jobs-discuss (3)
- # lambdaisland (1)
- # leiningen (2)
- # luminus (2)
- # lumo (14)
- # off-topic (16)
- # om-next (1)
- # perun (5)
- # random (1)
- # re-frame (19)
- # reagent (37)
- # ring-swagger (3)
- # shadow-cljs (157)
- # specter (6)
- # sql (29)
- # unrepl (14)
I've just upgraded to RN 0.49.0 and now it seems I'm unable to connect to figwheel; the app runs fine, from react-native run-android
, butI see Figwheel: trying to open cljs reload socket
in the log every several seconds.
Has anyone else run into this? (I was on 0.47.0, which worked fine, then went to 0.48.4, then to 0.49.0)
Meh. Lots of uninstalling, reinstalling the app, cleaning things, etc did the trick. The diff is clean, but figwheel works now.
@jeaye annoying I know
for reference, I use something like this script to nuke the env: https://gist.github.com/pesterhazy/7fc7e020afa040bef6b11f06b62d2821
that's for iOS though
@pesterhazy Thanks. Looks like it'll be simple for me to port it to Android.
@pesterhazy You can add those dirs you're rm
ing to :clean-targets
in your project.clj
.
Looks like lein will clean the DerivedData for you, too, if you allow it to reach outside the repo: https://github.com/technomancy/leiningen/blob/stable/sample.project.clj#L329
@pesterhazy I scrub even more thoroughly than you, but it doesn't fix this Figwheel: trying to open cljs reload socket
issue. https://gist.github.com/jeaye/3669b2d1a5f5396684e7ebb34458a94c
Sometimes atonement is what it takes