mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
add userSelect to TextStyles attributes
This commit is contained in:
@@ -339,6 +339,7 @@ export interface TextStyle extends TextStyleIOS, TextStyleAndroid, ViewStyle {
|
||||
textShadowOffset?: {width: number; height: number} | undefined;
|
||||
textShadowRadius?: number | undefined;
|
||||
textTransform?: 'none' | 'capitalize' | 'uppercase' | 'lowercase' | undefined;
|
||||
userSelect?: 'auto' | 'none' | 'text' | 'contain' | 'all' | undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user