This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-11
Channels
- # beginners (109)
- # boot (61)
- # cider (8)
- # clara (3)
- # cljs-dev (67)
- # cljsrn (5)
- # clojure (96)
- # clojure-argentina (1)
- # clojure-brasil (2)
- # clojure-greece (10)
- # clojure-russia (114)
- # clojure-spec (51)
- # clojure-uk (45)
- # clojurebridge (2)
- # clojurescript (139)
- # cursive (18)
- # data-science (1)
- # datascript (2)
- # datomic (13)
- # dirac (2)
- # emacs (5)
- # events (1)
- # javascript (2)
- # jobs (1)
- # juxt (3)
- # off-topic (62)
- # om (10)
- # onyx (12)
- # perun (7)
- # ring-swagger (7)
- # specter (21)
- # test-check (5)
- # untangled (16)
- # utah-clojurians (1)
- # yada (2)
I’m running into the npm transform taking like 10 minutes to finish… The emulator won’t wait that long but if I open localhost:8081/index.ios.bundle?platform=ios&dev=true&hot=false&minify=false
in firefox it eventually completes and then I can load it in the app as well. Any one else running into this issue?
@vikeri are you using default RN packager? looks like you use some server around packager, I have this issues with webpack and his server with express (not RN app)
@savelichalex Yes I’m using the standard packager