diff --git a/releases/next/docs/textinput.html b/releases/next/docs/textinput.html
index 9dd6c2c05d6..78abc4d518c 100644
--- a/releases/next/docs/textinput.html
+++ b/releases/next/docs/textinput.html
@@ -110,7 +110,11 @@ value prop if provided. For most uses, this works great, but in some
cases this may cause flickering - one common cause is preventing edits
by keeping value the same. In addition to simply setting the same value,
either set editable={false}, or set/update maxLength to prevent
-unwanted edits without flicker.
If defined, the provided image resource will be rendered on the left.
Padding between the inline image, if any, and the text input itself.
Sets the number of lines for a TextInput. Use it with multiline set to
+unwanted edits without flicker.
When false, if there is a small amount of space available around a text input
+(e.g. landscape orientation on a phone), the OS may choose to have the user edit
+the text inside of a full screen text input mode. When true, this feature is
+disabled and users will always edit the text directly inside of the text input.
+Defaults to false.
If defined, the provided image resource will be rendered on the left.
Padding between the inline image, if any, and the text input itself.
Sets the number of lines for a TextInput. Use it with multiline set to
true to be able to fill the lines.
Sets the return key to the label. Use it instead of returnKeyType.
When the clear button should appear on the right side of the text view.
If true, clears the text field automatically when editing begins.
Determines the types of data converted to clickable URLs in the text input.
Only valid if multiline={true} and editable={false}.
By default no data types are detected.
You can provide one type or an array of many types.
Possible values for dataDetectorTypes are:
'phoneNumber''link''address''calendarEvent''none''all'If true, the keyboard disables the return key when there is no text and