We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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, then there are no more highlight effect when user clicks the second or the third time.
<TouchableHighlight underlayColor='#fff' onPress={() => console.log('Pressed')}> <Image source={require('./settings.png')} style={{width: 25, height: 25}} /> </TouchableHighlight>
The highlight should work when user clicks.
(For bugs that cannot be reproduced within RNTester, please provide a minimal repository.)
The text was updated successfully, but these errors were encountered:
Try out #228 and LMK if that works for you.
Sorry, something went wrong.
No branches or pull requests
🐛 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
The text was updated successfully, but these errors were encountered: