mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Added support of <Text>'s selectable attribute on iOS
Reviewed By: mmmulani Differential Revision: D4187562 fbshipit-source-id: 131ece141fe8b895914043a7a01c6e042e858331
This commit is contained in:
committed by
Facebook Github Bot
parent
2a2ba52ab5
commit
5d03ff8035
@@ -48,6 +48,7 @@ extern NSString *const RCTReactTagAttributeName;
|
||||
@property (nonatomic, strong) UIColor *textShadowColor;
|
||||
@property (nonatomic, assign) BOOL adjustsFontSizeToFit;
|
||||
@property (nonatomic, assign) CGFloat minimumFontScale;
|
||||
@property (nonatomic, assign) BOOL selectable;
|
||||
|
||||
- (void)recomputeText;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user