Added support of <Text>'s selectable attribute on iOS

Reviewed By: mmmulani

Differential Revision: D4187562

fbshipit-source-id: 131ece141fe8b895914043a7a01c6e042e858331
This commit is contained in:
Valentin Shergin
2016-11-17 16:09:43 -08:00
committed by Facebook Github Bot
parent 2a2ba52ab5
commit 5d03ff8035
9 changed files with 103 additions and 3 deletions

View File

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