-
Notifications
You must be signed in to change notification settings - Fork 61
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
Gridview item clickable #26
Comments
You can wrap your view in one of the touchable components with onPress event below from react native https://facebook.github.io/react-native/docs/touchablehighlight.html
|
can we wrap gridview in such components? or we should wrap gridview items in such components? |
wrap gridview item
|
Thanks, i have done it :) cheers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to make gridview item clickable? is there any method to do that?
The text was updated successfully, but these errors were encountered: