Skip to content

Commit

Permalink
Import RCTTVRemoteHandler only on tvOS
Browse files Browse the repository at this point in the history
Summary:
Fix issue #17027 (`RCTModalHostView` has a tvOS dependency that was not wrapped in `TARGET_OS_TV`)

Existing test automation should pass.

[GENERAL] [BUGFIX] [tvOS] Fix cocoapods compile issue in RCTModalHostView
Closes #17502

Differential Revision: D6688166

Pulled By: hramos

fbshipit-source-id: 38297f439f75a8303f59f83b92e004c6c73d9bf6
  • Loading branch information
douglowder authored and facebook-github-bot committed Jan 9, 2018
1 parent b2848a5 commit 3bd8986
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions React/Views/RCTModalHostView.m
Expand Up @@ -18,7 +18,9 @@
#import "RCTUIManager.h"
#import "RCTUtils.h"
#import "UIView+React.h"
#if TARGET_OS_TV
#import "RCTTVRemoteHandler.h"
#endif

@implementation RCTModalHostView
{
Expand Down

0 comments on commit 3bd8986

Please sign in to comment.