This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-04-08
Channels
- # admin-announcements (7)
- # aws (5)
- # beginners (37)
- # boot (39)
- # cider (4)
- # clara (2)
- # cljs-dev (32)
- # cljsjs (1)
- # cljsrn (12)
- # clojure (235)
- # clojure-austin (3)
- # clojure-belgium (7)
- # clojure-berlin (11)
- # clojure-dev (36)
- # clojure-france (10)
- # clojure-japan (10)
- # clojure-poland (2)
- # clojure-russia (39)
- # clojure-uk (4)
- # clojurescript (81)
- # code-reviews (9)
- # core-async (6)
- # core-logic (1)
- # datomic (32)
- # editors (7)
- # emacs (1)
- # hoplon (191)
- # jobs-discuss (14)
- # juxt (4)
- # lein-figwheel (4)
- # leiningen (3)
- # off-topic (7)
- # om (49)
- # onyx (34)
- # other-lisps (1)
- # overtone (11)
- # parinfer (1)
- # proton (5)
- # re-frame (11)
- # reagent (12)
- # spacemacs (2)
- # untangled (90)
- # yada (15)
I’m running into a problem while using re-natal where my cljs is compiling without errors or warnings, but then I require a foo
namespace from my base
namespace, and foo/any-var
is nil
, regardless it’s real value in foo
. Then if I edit the foo
namespace in any way (add a comment), the app reloads through figwheel and foo/any-var
has its correct value. Has anyone seen this problem before/have an idea what’s going on?
Hi all. Quick (newb) question. I’m starting my first cljsrn app using re-natal. I want to use the react-native-search-bar, so I followed the instructions over at https://github.com/umhan35/react-native-search-bar. I perform a`npm install react-native-search-bar`; I think used rnpm to link everything. Everything looks good in xcode. In one of my namespaces I do the whole (def searchbar (r/adapt-react-class (js/require "react-native-search-bar")))
. And then, of course, when I fire up the emulator I get a Big Crunch Red Screen Of Death™: Requiring unknown module "react-native-search-bar". If you are sure the module is there, try restarting the packager or running "npm install”… The module is there, the xcode project is linked, the product is there… that should be all there is to it, no?
(sorry - quick correction, I included the —save flag when doing the npm install)
One thing I noticed is the index/android.ios.js files have the module listed, which I imagine could cause some problems, but it seems the CLI tool which generates those files never includes it. Any idears? Something doesn’t seem to be completely aligning. Thanks!
@hemingward: Have you checked https://github.com/drapanjanas/re-natal#using-external-react-native-components
And from atop the mountains, both of the sea and land, a loud, gregarious GROOOOOOOAAAAAN was heard.
Thanks man!
I guess it should be on a top of the README - quiet easy to miss it now
I’d actually read that last week prior to starting this project… one would think I’d remember, but one would be horribly disappointed.
all up and running now. Thanks a TON @artemyarulin. Extremely helpful. Cheers!
@artemyarulin good point about README I’ll move that up