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: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,9 +110,14 @@ The editor component. Simply place this component in your view hierarchy to rece
110
110
* `pasteAsPlainText`
111
111
A boolean value (false as default) that determines if the clipboard paste will keep its format or it will be done as plain text
112
112
113
+
114
+
* `useCharacter`
115
+
The option to disable Chinese characters allows you to support English characters without errors on Android. Set to `true` by default for backwards compatibility.
116
+
113
117
* `defaultHttps`
114
118
A boolean value (true as default) that prepends https:// to the start of links
0 commit comments