Skip to content

Commit

Permalink
Remove include of WebKit.h for tvOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
bowerman0 authored Nov 11, 2017
1 parent c78d305 commit ce4ee3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions React/Base/RCTConvert.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

#import <QuartzCore/QuartzCore.h>
#import <UIKit/UIKit.h>
#if !TARGET_OS_TV
#import <WebKit/WebKit.h>
#endif

#import <React/RCTAnimationType.h>
#import <React/RCTBorderStyle.h>
Expand Down

0 comments on commit ce4ee3f

Please sign in to comment.