-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
TouchableOpacity no longer shows opacity tap effects on 0.63.0 #29360
Comments
Confirm this as well on 0.63.0 |
Can you test setting |
This repros for us in 0.63.1 as well. This is extremely important - not having any button feedback means we can't launch this version of the app. Can confirm the |
For me too. They should have left Touchables alone and worked on Pressables only. |
any update on this? |
You can use my snack url that I have created for the issue that I have closed. |
I had the same problem. Adding |
No need to add
|
this is fixed in react-native@0.63.3 - https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0633 |
Hello. I feel the need to reopen this issue.
It looks like the presence of At the moment I could try this behavior only on iOS. |
Description
TouchableOpacity no longer shows opacity tap effects on 0.63.0
React Native version:
0.63.0
Steps To Reproduce
<TouchableOpacity />
on 0.62.2<TouchableOpacity />
on 0.63.0Expected Results
Opacity effects work
Snack, code example, screenshot, or link to a repository:
The text was updated successfully, but these errors were encountered: