Remove REACT_HEADERS from RN BUCK file
Reviewed By: emilsjolander Differential Revision: D4231819 fbshipit-source-id: 78c1316d8e2bd8d9c0947b1c1c4dc857b74824ae
This commit is contained in:
parent
2aca021504
commit
5ee8b41d56
|
@ -7,7 +7,7 @@
|
|||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
#import "UIView+React.h"
|
||||
#import <React/UIView+React.h>
|
||||
|
||||
/**
|
||||
* ART nodes are implemented as empty UIViews but this is just an implementation detail to fit
|
||||
|
|
|
@ -9,8 +9,9 @@
|
|||
|
||||
#import "ARTSurfaceView.h"
|
||||
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
#import "ARTNode.h"
|
||||
#import "RCTLog.h"
|
||||
|
||||
@implementation ARTSurfaceView
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#import "ARTBrush.h"
|
||||
|
||||
#import "RCTDefines.h"
|
||||
#import <React/RCTDefines.h>
|
||||
|
||||
@implementation ARTBrush
|
||||
|
||||
|
|
|
@ -9,8 +9,9 @@
|
|||
|
||||
#import "ARTLinearGradient.h"
|
||||
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
#import "RCTConvert+ART.h"
|
||||
#import "RCTLog.h"
|
||||
|
||||
@implementation ARTLinearGradient
|
||||
{
|
||||
|
|
|
@ -9,8 +9,9 @@
|
|||
|
||||
#import "ARTPattern.h"
|
||||
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
#import "RCTConvert+ART.h"
|
||||
#import "RCTLog.h"
|
||||
|
||||
@implementation ARTPattern
|
||||
{
|
||||
|
|
|
@ -9,8 +9,9 @@
|
|||
|
||||
#import "ARTRadialGradient.h"
|
||||
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
#import "RCTConvert+ART.h"
|
||||
#import "RCTLog.h"
|
||||
|
||||
@implementation ARTRadialGradient
|
||||
{
|
||||
|
|
|
@ -9,8 +9,9 @@
|
|||
|
||||
#import "ARTSolidColor.h"
|
||||
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
#import "RCTConvert+ART.h"
|
||||
#import "RCTLog.h"
|
||||
|
||||
@implementation ARTSolidColor
|
||||
{
|
||||
|
|
|
@ -9,10 +9,11 @@
|
|||
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
|
||||
#import <React/RCTConvert.h>
|
||||
|
||||
#import "ARTBrush.h"
|
||||
#import "ARTCGFloatArray.h"
|
||||
#import "ARTTextFrame.h"
|
||||
#import "RCTConvert.h"
|
||||
|
||||
@interface RCTConvert (ART)
|
||||
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
|
||||
#import "RCTConvert+ART.h"
|
||||
|
||||
#import <React/RCTFont.h>
|
||||
#import <React/RCTLog.h>
|
||||
|
||||
#import "ARTLinearGradient.h"
|
||||
#import "ARTPattern.h"
|
||||
#import "ARTRadialGradient.h"
|
||||
#import "ARTSolidColor.h"
|
||||
#import "RCTLog.h"
|
||||
#import "RCTFont.h"
|
||||
|
||||
@implementation RCTConvert (ART)
|
||||
|
||||
|
|
|
@ -7,8 +7,9 @@
|
|||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
#import "ARTNode.h"
|
||||
#import "RCTViewManager.h"
|
||||
#import <React/RCTViewManager.h>
|
||||
|
||||
@class ARTNode;
|
||||
|
||||
@interface ARTNodeManager : RCTViewManager
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
#import "RCTViewManager.h"
|
||||
#import <React/RCTViewManager.h>
|
||||
|
||||
@interface ARTSurfaceViewManager : RCTViewManager
|
||||
|
||||
|
|
Loading…
Reference in New Issue