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
When an "onLongPress" prop is passed to RadioButton.Item, it is ignored and the function inside the prop does not run on a long press.
The onLongPress event would be passed to the TouchableRipple component under the hood.
Create a RadioButton.Item component and pass it the onLongPress prop and verify that the function does not fire.
I tried wrapping the RadioButton.Item with a TouchableWithoutFeedback element, but that did not do anything.
The text was updated successfully, but these errors were encountered:
RadioButton.Item
Checkbox.Item
Successfully merging a pull request may close this issue.
Current behaviour
When an "onLongPress" prop is passed to RadioButton.Item, it is ignored and the function inside the prop does not run on a long press.
Expected behaviour
The onLongPress event would be passed to the TouchableRipple component under the hood.
How to reproduce?
Create a RadioButton.Item component and pass it the onLongPress prop and verify that the function does not fire.
What have you tried so far?
I tried wrapping the RadioButton.Item with a TouchableWithoutFeedback element, but that did not do anything.
Your Environment
The text was updated successfully, but these errors were encountered: