-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give barTintColor and titleTextColor to the RCTNavigatorIem #318
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at [email protected]. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
👍 I hope this get merged soon. |
Just a heads up, for some reason providing the barTintColor, void's the tintColor and is always blue. I made the same changes as this commit to my local copy of react-native and as soon as I provide a barTintColor, tintColor is always blue. |
|
The |
There are trailing whitespaces. Also, can you make use of those in the NavigatorIOSExample? |
I completed this pull request, based on all your comments here. I include one working example. I don't know if it is possible to merge pull requests, but mine is #695 |
Summary: NavigatorIOS with custom nav bar custom colors, working example included in UIExplorer. Based on pull request facebook#318 to complete pending work based on comments. Closes facebook#695 Github Author: Eduardo <[email protected]> Test Plan: Imported from GitHub, without a `Test Plan:` line.
This was merged! |
facebook#307 made the js generated by facebook#305 incorrect. This PR fixes that.
Resolves #273, and also another bug regarding the titleTextColor.