Skip to content

Commit

Permalink
add userSelect to TextStyles attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
MjMoshiri committed Aug 15, 2023
1 parent 540c41b commit 2e4d8b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/**
Expand Down

0 comments on commit 2e4d8b6

Please sign in to comment.