diff --git a/docs/text.md b/docs/text.md index 56d3ce99025..e5ad0c17745 100644 --- a/docs/text.md +++ b/docs/text.md @@ -649,6 +649,16 @@ Set text break strategy on Android API Level 23+, possible values are `simple`, | ----------------------------------------------- | ------------- | | enum(`'simple'`, `'highQuality'`, `'balanced'`) | `highQuality` | +--- + +### `userSelect` + +It allows the user to select text and to use the native copy and paste functionality. Has precedence over the `selectable` prop. + +| Type | Default | +| -------------------------------------------------------- | ------- | +| enum(`'auto'`, `'text'`, `'none'`, `'contain'`, `'all'`) | `none` | + ## Type Definitions ### TextLayout