Skip to content
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

Fixes the issue where it was not possible to perform a touch through the TouchThroughView #10

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Conversation

simonhoss
Copy link

The activity has to be made, because we have to register the touch before react-native handles it.
Otherwise we can not set the HitSlopRect.

Maybe there is a better way?

@martsie martsie mentioned this pull request Nov 27, 2018
traviswimer and others added 21 commits November 29, 2018 09:51
This was preventing iOS from working correctly, because `pod install` 
failed.
Adds package.json description and removes unnecessary code.
Get versions from project instead
getGlobalVisibleRect returns a boolean that is false if the view is
completely clipped or translated out. By ignoring the result, there will
be some situations where the TouchThroughView is incorrectly detected.
…tion-android

Fix TouchThroughView detection on Android
tankers746 and others added 11 commits March 11, 2020 02:48
Add support for multiple listeners
Fixes could not resolve all artifacts for configuration
For some reason it was pointing at author?
Fix podspec to reference correct source url
Fixed regression of null check set activity listener
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants