This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-13
Channels
- # admin-announcements (6)
- # beginners (19)
- # boot (1)
- # cbus (2)
- # cider (3)
- # clara (24)
- # cljs-dev (4)
- # cljsrn (18)
- # clojure (168)
- # clojure-boston (1)
- # clojure-dev (55)
- # clojure-russia (199)
- # clojure-sg (2)
- # clojurescript (38)
- # clojurex (1)
- # core-async (15)
- # css (16)
- # cursive (62)
- # datomic (23)
- # editors-rus (17)
- # events (3)
- # funcool (1)
- # hoplon (360)
- # ldnclj (37)
- # lein-figwheel (11)
- # leiningen (1)
- # nginx (1)
- # off-topic (13)
- # om (361)
- # onyx (1)
- # re-frame (56)
- # reagent (24)
- # robots (1)
- # spacemacs (46)
- # yada (9)
Finally get react native v0.14.2 works well with figwheel
For the repo: https://github.com/tiensonqin/issues
@decker405: will PR soon!
@tiensonqin: didn't use figwheel with RN yet. What are advantages over the default ambly live reload?
webDAV seems a little unstable for me, sometimes it works, sometimes not.
Also I can use the debugger in chrome.
actually it's just @decker405's idea, you can see from this: https://github.com/decker405/figwheel-react-native
I just try different react native versions, and change one or two lines code.
You can see the How it works
below.
wow, nice. Would be cool one day to integrate RN runner to https://github.com/bensu/doo, so that it would be really easy to run the tests across different platforms
Yeah, a lot for me to learn, just using cljs recently!
@tiensonqin: Awesome work. Weirdly, your clojurescript code works, but mine does not…I’ll have to tinker with it some more when I get time. I’m getting application registration errors, even though I’m registering it...
@decker405 have you tried clean or reset the simulator? Sometimes these works.
@tiensonqin: I'll try that. I had this same error when I originally was trying to get Figwheel to work. I think there are certain things you can't do before you register in rn - or there's a time limit or something. Anyways, I'll check out your PR either tonight or in the morning. Great work!