question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rounded button ripple effect on Android (OnePlus)

See original GitHub issue

#2836 I have gone through these following points

Issue Description

The ripple effect of rounded Button’s goes beyond the button container on some Android devices: Screenshot_20200115-133003

I’ve created this snack and it works in the Appetize web Android emulator, but it doesn’t work on my OnePlus 5T with Oxygen 9.0.9.

The issue has already been addressed here, but has been closed.

node, npm, react-native, react and native-base version, expo version if used, xcode version

“expo”: “34.0.0”

Expected behaviour

The ripple effect goes beyond the button container.

Actual behaviour

The ripple effect stays within the button.

Steps to reproduce

See previous linked snack. The error happens with this code:

<Button rounded>
    <Text>Click Me!</Text>
</Button>

Is the bug present in both iOS and Android or in any one of them?

Some Android devices, so far only reproduced on OnePlus 5T.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
backmeupplzcommented, Dec 21, 2020

It’s not stale! 😃) We still need this fix!!

1reaction
stale[bot]commented, Dec 21, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rounded Button with Ripple Effect — Android Tutorial - Medium
This tutorial will show you how to recreate the ripple effect when setting a custom button background using a drawable file. First, create...
Read more >
Android Button with rounded corners, ripple effect and no ...
I finally solved it with below code. This achieve rounded corners for button. Also, for Android Version >= V21, it uses ripple effect....
Read more >
This is the weirdest change in Android 12 - PhoneArena
Android 12 developer beta has a new "sparkle" ripple effect turned on by default for every button. What do you think about it?...
Read more >
[APP] Ultimate Android L Lockscreen (Notifications + music ...
From the looks of it, the notifications need to have more vertical space between them, and they need to have shadows and rounded...
Read more >
[Android 12] So what are you all thinking about the new ...
The Android developer documentation for the Ripple effect also mentioned the ... I think if the sparkles were more dynamic (it should surround...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found