-
Notifications
You must be signed in to change notification settings - Fork 235
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
onPress vs. on Long Press? #158
Comments
Hey @barrylachapelle, were you able to figure it out? Thanks! |
@fnfilho yes I did. If you nest another component inside the row and have a TouchableHighlight in it... the TouchableHighlight can handle onPress inside the Rows long press. Does that make sense? Example... checkout RowComponent below...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Silly question is it possible to detect press/tap on a row before the long press trigger? To make the row clickable? Maybe Im missing something super simple?
The text was updated successfully, but these errors were encountered: