Disabling Fabs android Ripple effect
See original GitHub issueIssue Description
Cannot disable the android ripple effect for FABs.
npm, react-native, react and native-base version version used
"react": "16.4.1",
"react-native": "0.56.0",
"native-base": "^2.8.0",
Expected behaviour
No ripple effect or changed color of android ripple effect.
Actual behaviour
Cannot change the FABs android ripple color.
Steps to reproduce
Tried changing the style and containerStyle of FAB to change the androidRippleEffect.
Only on android
Issue Analytics
- State:
- Created 5 years ago
- Reactions:9
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Disabling ripple effect on buttons jetpack compose [duplicate]
Is there anyway from any Button to disable its ripple effect without adding a Column or Box with a clickable attribute into its...
Read more >3 Ways to Disable the Ripple Effect in Jetpack Compose
1. Using the Mutable Interaction Source: ... Let's disable the ripple. First, open the Modifier.clickable() signature. ... We can disable the ripple ......
Read more >Unable to remove ripple effect from ons-fab
Hello, in my application I am using the most basic onsFab button ..... As you can see, the “ripple” attribute is not specified....
Read more >Buttons: floating action button - Material Design
A floating action button (FAB) represents the primary action for a screen. ... it to have a ripple effect by instantiating MDCRipple on...
Read more >ion-button - Ionic Framework
Attribute, disabled ... Note: setting this will interfere with the Material Design ripple. ... --ripple-color, Color of the button ripple effect.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is a workaround.
I’m also trying to remove the ripple effect on the container of the FAB with no success. It should be applied only to the circle.