Skip to content

TouchableHighlight works only with the first touch#240

Description

@unmec

馃悰 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions