From 94e23723db144ab46cdfd1740bc96ac4eeed429d Mon Sep 17 00:00:00 2001
From: Website Deployment Script 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 @@
-