react-native-macos
react-native-macos copied to clipboard
TouchableHighlight works only with the first touch
🐛 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
Try out #228 and LMK if that works for you.