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
Can only scroll if I touch the area around the image. This is a problem specially for vertical images
The text was updated successfully, but these errors were encountered:
It it happens to me, too. Did you find any solution for this ?
Sorry, something went wrong.
i've added
onShouldBlockNativeResponder: (event, gestureState) => false,
on the PanResponder.create({ ... })
located in src/utils.js
now it works fine
@samuelecipriani thanks. Let me check it today/tomorrow and if everything is fine publish new version
No branches or pull requests
Can only scroll if I touch the area around the image. This is a problem specially for vertical images
The text was updated successfully, but these errors were encountered: