-
Notifications
You must be signed in to change notification settings - Fork 24.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
[Android] TouchableNativeFeedback's ripples aren't affected by borderRadius when useForeground is true #14798
Comments
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally! If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution. |
+1 The issue is still actual. Can be reproduced with
Meantime the And according to the documentation
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Although this is clearly not a priority, it's still relevant. Don't think it should be Stale. |
There is a work around in React Native v 0.51 and v 0.50/ Expo v 24.0 and v 23.0, you can set |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Related issue: #6480 -- this was resolved with
useForeground={false}
, but borderRadius of parent is not respected whenuseForeground={true}
.Have you read the Bugs section of the Contributing to React Native Guide?
Yup!
Environment
react-native -v
: 0.45.1node -v
: 7.9.0npm -v
: 4.6.1yarn --version
(if you use Yarn): 0.24.5Then, specify:
Steps to Reproduce
See the demo / description below.
Expected Behavior
When using
TouchableNativeFeedback
withuseForeground
, I expect the ripple to be clipped when there are rounded corners on the parent container. This is how it works ifuseForeground={false}
.Actual Behavior
The ripple is not clipped when
useForeground
is enabled and the parent has a borderRadius.Reproducible Demo
https://snack.expo.io/BkLe1uSEZ
The text was updated successfully, but these errors were encountered: