Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TouchableHighlight works only with the first touch #240

Open
unmec opened this issue Apr 11, 2019 · 1 comment
Open

TouchableHighlight works only with the first touch #240

unmec opened this issue Apr 11, 2019 · 1 comment
Labels

Comments

@unmec
Copy link

unmec commented Apr 11, 2019

🐛 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 unmec added the bug label Apr 11, 2019
@aleclarson
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants