This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-04
Channels
- # architecture (20)
- # aws (8)
- # beginners (13)
- # boot (9)
- # cider (80)
- # cljs-dev (69)
- # cljsrn (7)
- # clojure (243)
- # clojure-dusseldorf (8)
- # clojure-italy (5)
- # clojure-norway (3)
- # clojure-poland (57)
- # clojure-russia (10)
- # clojure-shanghai (2)
- # clojure-spec (11)
- # clojure-uk (50)
- # clojurescript (198)
- # core-async (11)
- # crypto (2)
- # cursive (14)
- # datomic (17)
- # figwheel (8)
- # garden (7)
- # hoplon (8)
- # incanter (4)
- # jobs (1)
- # leiningen (1)
- # liberator (38)
- # lumo (28)
- # om (55)
- # onyx (10)
- # pedestal (13)
- # perun (20)
- # re-frame (1)
- # reagent (16)
- # ring-swagger (9)
- # spacemacs (11)
- # test-check (9)
- # unrepl (43)
- # untangled (163)
- # yada (8)
I am using MaterialDesign “react-native-material-design” in clojurescript react native. For toolbar we have default color white. I would like to change the toolbar text color. I have used title-color properties. It is not working. Can anyone help ?
style.cljs :toolbar {:position "relative" :title-color “#000000” :background-color “#ffffff”} view.cljs [ui/toolbar {:title “Dashboard" :style (get-in st/styles [:toolbar]) }]
@viveke :title-color
is not a css property so it should probably be on the same level as :title
and :style
Also, when you paste code you may want to format it: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code-and-syntax-highlighting
Hey I have trouble installing re-natal app on iPad (even though new template installs ok) subsequent installs seem not to update the bundle. Here are steps I do:
1. lein prod build
2. (XCode): Cmd + >
-> Release
3. Pick iPad -> Run
I tried to copy just the source code (I don’t use any native third party components) into fresh template (`re-natal init`), but I still get the initial example bundle after running steps above.
What am I missing? Did you have similar issue? Thanks in advance!
(FWIW: I’m using re-natal —version
0.3.3
)