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

Fix compatibility with TV #475

Merged
merged 2 commits into from
Feb 28, 2019
Merged

Fix compatibility with TV #475

merged 2 commits into from
Feb 28, 2019

Conversation

osdnk
Copy link
Contributor

@osdnk osdnk commented Feb 25, 2019

This is a fix for #448.
ifndef TARGET_OS_TV is not proper check since TARGET_OS_TV is defined, but set to NO

https://github.com/kmagiera/react-native-gesture-handler/pull/475/files#diff-18049faae8f7be012debf7181b7ee576L24 Also, it seems to unwanted change. This code is no compilable.

@kmagiera kmagiera merged commit cb33bc9 into master Feb 28, 2019
@kmagiera kmagiera deleted the fix-tv-compatibility branch February 28, 2019 18:18
@kmagiera kmagiera restored the fix-tv-compatibility branch February 28, 2019 18:18
@kmagiera kmagiera deleted the fix-tv-compatibility branch February 28, 2019 18:18
janicduplessis pushed a commit to janicduplessis/react-native-gesture-handler that referenced this pull request Feb 16, 2020
This is a fix for software-mansion#448. 
`ifndef TARGET_OS_TV` is not proper check since `TARGET_OS_TV` is defined, but set to `NO`

https://github.com/kmagiera/react-native-gesture-handler/pull/475/files#diff-18049faae8f7be012debf7181b7ee576L24 Also, it seems to unwanted change. This code is no compilable.
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.

2 participants