diff --git a/releases/next/docs/textinput.html b/releases/next/docs/textinput.html
index a773751b2cd..22c33b0438d 100644
--- a/releases/next/docs/textinput.html
+++ b/releases/next/docs/textinput.html
@@ -81,7 +81,12 @@ has its padding set by the background image provided by the system, and it
cannot be changed. Solutions to avoid this is to either not set height
explicitly, case in which the system will take care of displaying the border
in the correct position, or to not display the border by setting
-underlineColorAndroid to transparent.
Can tell TextInput to automatically capitalize certain characters.
characters: all characters.words: first letter of each word.sentences: first letter of each sentence (default).none: don't auto capitalize anything.If false, disables auto-correct. The default value is true.
If true, focuses the input on componentDidMount.
+underlineColorAndroid to transparent.
Note that on Android performing text selection in input can change
+app's activity windowSoftInputMode param to adjustResize.
+This may cause issues with components that have position: 'absolute'
+while keyboard is active. To avoid this behavior either specify windowSoftInputMode
+in AndroidManifest.xml ( https://developer.android.com/guide/topics/manifest/activity-element.html )
+or control this param programmatically with native code.
Can tell TextInput to automatically capitalize certain characters.
characters: all characters.words: first letter of each word.sentences: first letter of each sentence (default).none: don't auto capitalize anything.If false, disables auto-correct. The default value is true.
If true, focuses the input on componentDidMount.
The default value is false.
If true, the text field will blur when submitted.
The default value is true for single-line fields and false for
multiline fields. Note that for multiline fields, setting blurOnSubmit
diff --git a/versions.html b/versions.html
index 62bf2fb85c2..5ce21b97ced 100644
--- a/versions.html
+++ b/versions.html
@@ -1,4 +1,4 @@
-