We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pressable
On Android this can simply be done with android_ripple. Let's hope that a similar option becomes available for iOS.
android_ripple
For some Pressables, this was done in f94b884 The ripple effect does not work for buttons though despite f94b884#diff-a89bd1e62fbee0d87c094d4b71d37821d64fa7cc0e946cee1689baa1f199c5cbR39 because the buttons has a background color hiding the ripple effect. In newer versions of react native RippleConfig has a property foreground that we should set to true for buttons. The pull request facebook/react-native#30466 seems to be related to the foreground property.
RippleConfig
foreground
Shall we also add ripple effects to Pressable icons like play, pause, and so forth in the audio player?
The text was updated successfully, but these errors were encountered:
simonwacker
Successfully merging a pull request may close this issue.
On Android this can simply be done with
android_ripple
. Let's hope that a similar option becomes available for iOS.For some
Pressable
s, this was done in f94b884 The ripple effect does not work for buttons though despite f94b884#diff-a89bd1e62fbee0d87c094d4b71d37821d64fa7cc0e946cee1689baa1f199c5cbR39 because the buttons has a background color hiding the ripple effect. In newer versions of react nativeRippleConfig
has a propertyforeground
that we should set to true for buttons. The pull request facebook/react-native#30466 seems to be related to theforeground
property.Shall we also add ripple effects to
Pressable
icons like play, pause, and so forth in the audio player?The text was updated successfully, but these errors were encountered: