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
onStartShouldSetResponder
I'd like to have onStartShouldSetResponder method in typescript definitions.
I have a PagerView in a modal. To deal with swipe issues, I use this solution (using onStartShouldSetResponder method):
PagerView
react-native-modal/react-native-modal#236 (comment)
It works fine but I have a typescript error (since this method is not defined in PagerViewProps)
PagerViewProps
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
I'd like to have
onStartShouldSetResponder
method in typescript definitions.Motivation
I have a
PagerView
in a modal. To deal with swipe issues, I use this solution (usingonStartShouldSetResponder
method):react-native-modal/react-native-modal#236 (comment)
It works fine but I have a typescript error (since this method is not defined in
PagerViewProps
)The text was updated successfully, but these errors were encountered: