You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TEXT_API_REFERENCE.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ A prop for customizing styles of HTML elements, including press colors for inter
40
40
41
41
If `true`, external HTML (e.g. from Google Docs, Word, web pages) will be normalized before rendering. This converts arbitrary HTML into the canonical tag subset that the enriched parser understands.
42
42
43
-
| Type | Default Value | Platform |
44
-
| ------ | ------------- | ------------ |
45
-
|`bool`|`false`| iOS, Android |
43
+
| Type | Default Value | Platform |
44
+
| ------ | ------------- | -----------------|
45
+
|`bool`|`false`| iOS, Android, Web|
46
46
47
47
### `ellipsizeMode`
48
48
@@ -72,9 +72,9 @@ Limits the number of displayed lines. Set to `0` for unlimited lines.
72
72
73
73
If `true`, the text can be selected by the user (e.g. for copy/paste).
0 commit comments