-
-
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
Bottom Navigation has an incorrect touchable ripple #3661
Comments
Hey @ericpoulinnz, as far as I remember the |
Hey @lukewalczak, thanks for the reply. This is happening in the React Native Paper demo app. See in the video when I touch the tabs, there's a touch ripple effect. It should not have that effect if we are following M3 design. See apps like Gmail or Drive for how it works (without that ripple). Not a major one, but something that isn't quite right in this library. screen-20230210-1015012.mp4 |
Hey @ericpoulinnz, looks like something has changed in Android 13 🤔 I was not able to reproduce it before on the physical device with Android 12. Will take a look on that! |
A bug has been reported on Android side - https://issuetracker.google.com/issues/267563676 |
Hey @BeeMargarida thanks for attaching the report – if the root of the issue comes directly from Android I will avoid introducing the patch to the library itself and we should wait for their move. I'm going to close the issue since we will not work on it. At the same time, it will be pinned on the issue page. |
Hi @BeeMargarida @lukewalczak , I see that the underlying Android issue was fixed a few weeks ago. Are we waiting for a release on their end now or still something needed on the react-native-paper end? I'm on a Google Pixel 6 so should expect to be close to the latest. |
Having same problem |
anyone know how to go about patching this? |
This issue is fixed on my phone with the latest Android now :) Don't think this issue needs to be pinned anymore |
Current behaviour
The M3 Bottom Navigation component has a touchable ripple on the nav buttons (this at least happens on Android)
Expected behaviour
This is not to spec. There should not be a ripple here, see Google's M3 apps like Gmail to see how it should be done.
How to reproduce?
Add a Bottom Navigator to an app and test on an Android device
Your Environment
The text was updated successfully, but these errors were encountered: