xotahal / react-native-material-ui

Highly customizable material design components for React Native
MIT License
3.78k stars 610 forks source link

Disable Ripple effect #349

Open DanielBoening opened 6 years ago

DanielBoening commented 6 years ago

Hello,

i was wondering if it is possible to disable the ripple effect. Did not find anything in the code or docu.

Thanks

ritesh-malav commented 6 years ago

disabling ripple in any specific component ?

DanielBoening commented 6 years ago

I'm currently working with the checkbox. So it would be most important to disable ist there.

ritesh-malav commented 6 years ago

I would say if there is onPress available on one component there it would generate a ripple effect. As of now there is not option to disable the ripple effect there.

DanielBoening commented 6 years ago

okay thanks

anisfrontmen commented 4 years ago

what the status of this?

DanielBoening commented 4 years ago

I did end up not using react-native-material-ui and build my own checkbox.