akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.21k stars 951 forks source link

Disabling touch effect on checkbox component #1316

Closed swizes closed 3 years ago

swizes commented 3 years ago

🐛 Bug Report

I would like to disable the touch effect/animation on checkbox. Please see screenshot.

When users presses on checkbox, they grey area appears. I know the grey color comes from theme but I would like to be able to disable it depending on use case.

image

To Reproduce

Steps to reproduce the behavior:

Expected behavior

Disabling touch effects on checkbox component. Setting active opacity does not work

Link to runnable example or repository (highly encouraged)

UI Kitten and Eva version

Package Version
@eva-design/eva 2.0.0
@ui-kitten/components 5.0.0.

Environment information

artyorsh commented 3 years ago

You may want to set this color to transparent.

👉 How To