Remove REACT_HEADERS from RN BUCK file

Reviewed By: emilsjolander

Differential Revision: D4231819

fbshipit-source-id: 78c1316d8e2bd8d9c0947b1c1c4dc857b74824ae
This commit is contained in:
Pieter De Baets 2016-12-05 10:28:37 -08:00 committed by Facebook Github Bot
parent 2aca021504
commit 5ee8b41d56
11 changed files with 21 additions and 13 deletions

View File

@ -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

View File

@ -9,8 +9,9 @@
#import "ARTSurfaceView.h"
#import <React/RCTLog.h>
#import "ARTNode.h"
#import "RCTLog.h"
@implementation ARTSurfaceView

View File

@ -9,7 +9,7 @@
#import "ARTBrush.h"
#import "RCTDefines.h"
#import <React/RCTDefines.h>
@implementation ARTBrush

View File

@ -9,8 +9,9 @@
#import "ARTLinearGradient.h"
#import <React/RCTLog.h>
#import "RCTConvert+ART.h"
#import "RCTLog.h"
@implementation ARTLinearGradient
{

View File

@ -9,8 +9,9 @@
#import "ARTPattern.h"
#import <React/RCTLog.h>
#import "RCTConvert+ART.h"
#import "RCTLog.h"
@implementation ARTPattern
{

View File

@ -9,8 +9,9 @@
#import "ARTRadialGradient.h"
#import <React/RCTLog.h>
#import "RCTConvert+ART.h"
#import "RCTLog.h"
@implementation ARTRadialGradient
{

View File

@ -9,8 +9,9 @@
#import "ARTSolidColor.h"
#import <React/RCTLog.h>
#import "RCTConvert+ART.h"
#import "RCTLog.h"
@implementation ARTSolidColor
{

View File

@ -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)

View File

@ -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)

View File

@ -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

View File

@ -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