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

TouchableHighlight works only with the first touch

Open unmec opened this issue 5 years ago • 1 comments

🐛 Bug Report

TouchableHighlight works only with the first touch, then there are no more highlight effect when user clicks the second or the third time.

To Reproduce

<TouchableHighlight underlayColor='#fff' onPress={() => console.log('Pressed')}>
  <Image source={require('./settings.png')} style={{width: 25, height: 25}} />
</TouchableHighlight>

Expected Behavior

The highlight should work when user clicks.

Minimal Reproduction

(For bugs that cannot be reproduced within RNTester, please provide a minimal repository.)

Environment

  • macOS v10.14.4
  • react-native-macos v0.19.2

unmec avatar Apr 11 '19 09:04 unmec

Try out #228 and LMK if that works for you.

aleclarson avatar Apr 11 '19 13:04 aleclarson