-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
navigation background color and bottom tab ripple #4118
Comments
Hey @FouadMagdy01, could you please attach the screenshots presenting the differences to visualize them? |
Sure @lukewalczak. This is a screen from google drive app, you see the background color Here is a screen from the example app, the background color is not the same The navigation background color should be similar to the drawer background color |
Screenrecorder-2023-10-07-18-35-36-5091.mp4This is the ripple effect behavior in google drive app Screenrecorder-2023-10-07-18-35-50-4411.mp4And this is the behavior in the example app There should be two changes 1- ripple color should be changed |
as far as I remember initially bottom navigation even doesn't have the ripple effect, that why the The bug that you've observed is related to the Android 13, it was already reported in the separate issue, however I've received the message it should be fixed. Anyway I'm going the check the documentation, whether there should be a ripple effect on the icon in the bottom tabs.
The issue is not related to the component itself, we are using there just a plain |
Thanks so much for your great work and active replies |
According to google's official apps that uses material you, there is some differences between the react native paper and the official material you design
1- in the bottom tabs, the ripple effect in the official design is only affect the bottom tab icon, not the whole button
2-when you adapt the react navigation theme, the background color is different from google's official apps background color,
I think the problem is that the
background
color property in the navigation theme should be the same value as thecard
property.I say this because in the example app, the drawer background color have the same color of the google's main apps background color.
Thanks in advance
The text was updated successfully, but these errors were encountered: