🐛 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
🐛 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
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