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
I noticed that when using Touchable components within a view that is within a sticky header prevents touches while it is "sticking". I took a look and traced it somewhat to changing zPosition here https://github.com/facebook/react-native/blob/master/React/Views/RCTScrollView.m#L231
The text was updated successfully, but these errors were encountered:
Whoops, this one: https://github.com/facebook/react-native/blob/master/React/Views/RCTScrollView.m#L227
Sorry, something went wrong.
Ok sorry, might not have anything to do with zPosition, still digging.
This is inherent behavior of UIKit :/
No branches or pull requests
I noticed that when using Touchable components within a view that is within a sticky header prevents touches while it is "sticking". I took a look and traced it somewhat to changing zPosition here https://github.com/facebook/react-native/blob/master/React/Views/RCTScrollView.m#L231
The text was updated successfully, but these errors were encountered: