-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
[ViewPagerAndroid] Incorrect behaviour of Text with onPress #18097

Comments
The same problem if put
On the latest rn - 0.54.2 - issue still present. |
I found that this problem is because of @hramos, @janicduplessis Guys, any idea ? We very need this functionality in near time. |
Sorry, nothing to add. If this were a regression, it might warrant looking a bit more into it. This seems like something where two components do not work necessarily as expected when used in a particular way together. These types of issues we leave to the community to investigate and address if there is a need. |
This issue has been moved to callstack/react-native-pager-view#11. |

Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 8.2.1
Yarn: 0.27.5
npm: 5.3.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: ^16.2.0 => 16.2.0
react-native: ^0.53.3 => 0.53.3
Steps to Reproduce
ViewPagerAndroid
with a nestedText
onPress
to the deepestText
Expected Behavior
The
onPress
should not be fired.Actual Behavior
The
onPress
is fired.Reproducible Demo
https://snack.expo.io/@jpunt/viewpagerandroid-bug
The text was updated successfully, but these errors were encountered: