Fork me on GitHub
#cljsrn
<
2017-04-04
>
viveke07:04:13

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 ?

vikeri07:04:52

@viveke Show your code

viveke07:04:16

style.cljs :toolbar {:position "relative" :title-color “#000000” :background-color “#ffffff”} view.cljs [ui/toolbar {:title “Dashboard" :style (get-in st/styles [:toolbar]) }]

vikeri07:04:14

@viveke :title-color is not a css property so it should probably be on the same level as :title and :style

pawel.kapala21:04:28

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)