TouchableHighlight works only with the first touch

Author: unmecCreated Apr 11, 2019Updated Apr 11, 2019
Labelsbug

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