wix-incubator / react-native-controllers

Native IOS Navigation for React Native (navbar, tabs, drawer)
MIT License
611 stars 82 forks source link

Title Bar Styling #1

Closed PaulBGD closed 8 years ago

PaulBGD commented 8 years ago

Currently there's no way to style the title bar from the defaults. Some of the styling that could be included:

talkol commented 8 years ago

It's moving :) Will hopefully finish on Thu There's already stuff to play with in the style branch

https://github.com/wix/react-native-controllers/commit/7059061374b074e26bf289b286fc731f7fa8d507 https://github.com/wix/react-native-controllers/commit/1a518823db93354a31304b6e8c7a9345a043bd91

Pass styles through the styles prop

PaulBGD commented 8 years ago

Looks nice, great work :)

talkol commented 8 years ago

Colors are now fully supported in the style branch with an example https://github.com/wix/react-native-controllers/tree/style

I'm planning to add a whole bunch of styles, I'll merge the branches when finished

talkol commented 8 years ago

merged and released under 1.0.4 See https://github.com/wix/react-native-controllers#styling-navigation

PaulBGD commented 8 years ago

👍

joemckie commented 8 years ago

Thanks for all the work on the project - it's the best navigator I've used for RN as of yet! The only downside is that it seems impossible to change the style of the title... Is there any plan to add font styling to the navigation?

DanielZlotin commented 8 years ago

@joemckie #87