mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-28 16:34:49 +08:00
Demolishing of background color propagation infra
Summary: As it was mentioned in previous diffs, we are removing this because it overcomplicates rendering layer and provides (almost) no benefits (and cannot be implemented 100% accurate way). Reviewed By: mmmulani Differential Revision: D6582560 fbshipit-source-id: 0778db96a45dd8e2520268d5d00792677cb01a20
This commit is contained in:
committed by
Facebook Github Bot
parent
d89901fa60
commit
2679f3efb6
@@ -24,6 +24,7 @@ extern NSString *const RCTReactTagAttributeName;
|
||||
@interface RCTShadowText : RCTShadowView
|
||||
|
||||
@property (nonatomic, strong) UIColor *color;
|
||||
@property (nonatomic, strong) UIColor *backgroundColor;
|
||||
@property (nonatomic, copy) NSString *fontFamily;
|
||||
@property (nonatomic, assign) CGFloat fontSize;
|
||||
@property (nonatomic, copy) NSString *fontWeight;
|
||||
|
||||
Reference in New Issue
Block a user