Fix RNTester build
Summary: WKWebViews aren't available on Apple TV. When I landed [the WKWebView stack](https://our.intern.facebook.com/intern/diff/D9362001/), I inadvertently broke the RNTester osTV build. This diff fixes it. Reviewed By: shergin Differential Revision: D9844322 fbshipit-source-id: 6de0fbfd13aba38cca7530c9fb486c7cde0afc82
This commit is contained in:
parent
e327f88f02
commit
d82b79870c
|
@ -15,7 +15,9 @@
|
||||||
#import <React/RCTPointerEvents.h>
|
#import <React/RCTPointerEvents.h>
|
||||||
#import <React/RCTTextDecorationLineType.h>
|
#import <React/RCTTextDecorationLineType.h>
|
||||||
#import <yoga/Yoga.h>
|
#import <yoga/Yoga.h>
|
||||||
|
#if TARGET_OS_IPHONE && WEBKIT_IOS_10_APIS_AVAILABLE
|
||||||
#import <WebKit/WebKit.h>
|
#import <WebKit/WebKit.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class provides a collection of conversion functions for mapping
|
* This class provides a collection of conversion functions for mapping
|
||||||
|
|
Loading…
Reference in New Issue