react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

Transparent underline changes label to transparent

Open p-syche opened this issue 4 years ago • 1 comments

Current behaviour

When activeUnderline (or activeOutline) is set to transparent, the label turns transparent as well.

Expected behaviour

The label should use the theme color.

Code sample

Link to snack with a repro.

Your Environment

software version
ios or android Android 10
react-native 0.66.3
react-native-paper 4.10.1
node 14.18.1
npm 8.1.4
expo 43.0.3
react-native-vector-icons 9.0.0

Shoutouts

This issue was discovered by @r6rob and described in a comment to the PR introducing custom underline color, by @belgamo .

p-syche avatar Nov 26 '21 13:11 p-syche

Couldn't find version numbers for the following packages in the issue:

  • npm
  • expo

Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.

github-actions[bot] avatar Nov 26 '21 13:11 github-actions[bot]

If you want to make the under line transparent to make it disappear, you can do this:

underlineStyle={{ display:'none' }}

devnido avatar May 19 '23 15:05 devnido