-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Wrong menu icon color in Android. #1537
Comments
Actually, version 2.3.7, which I have installed, has that line right
I also checked Platform.OS and it is Android. |
So, if I understand it right:
I noticed the extracted theme from the theme setup instructions points to
which actually produces the light blue menu tinting. Now, is this color intended? I'm asking since every demo screen shown has a white menu icon like in the Readme file (and also looks more natural IMO): |
Fix for issue #1537 (Wrong menu icon color in Android)
Fixed with 2.3.8 |
react-native, react and native-base version
react-native (0.52.0), react (16.2.0) and native-base (2.3.7)
Expected behaviour
White menu icon on Android.
Actual behaviour
The menu icon has the iOS blue color. (
iosToolbarBtnColor
| "#007aff")Steps to reproduce (code snippet or screenshot)
Screenshot of emulator/device
Any other additional info which would help us debug the issue quicker.
Not using CRNA, not declaring a custom theme. Already ran
react-native link
. Running in a physical device.The text was updated successfully, but these errors were encountered: