Several layout related helper methods of RCTShadowView was moved to new (+Layout) category.

Reviewed By: javache

Differential Revision: D4865327

fbshipit-source-id: 4df71b57433370ee09c3f1288c4d6241a33f440a
This commit is contained in:
Valentin Shergin
2017-05-07 23:54:51 -07:00
committed by Facebook Github Bot
parent 20c2ae85f0
commit 5058e7eb05
11 changed files with 115 additions and 13 deletions

View File

@@ -12,6 +12,7 @@
#import <React/RCTBridge.h>
#import <React/RCTConvert.h>
#import <React/RCTFont.h>
#import <React/RCTShadowView+Layout.h>
#import <React/RCTShadowView.h>
#import "RCTConvert+Text.h"