diff --git a/docs/next/animated.html b/docs/next/animated.html index ab5603ec8c5..b93f7dfff90 100644 --- a/docs/next/animated.html +++ b/docs/next/animated.html @@ -118,6 +118,7 @@
When the given value is a ValueXY instead of a Value, each config option may be a vector of the form {x: ..., y: ...} instead of a scalar.
decay()static decay(value, config)
diff --git a/docs/next/textinput.html b/docs/next/textinput.html
index 23fdceea04a..72189078d6d 100644
--- a/docs/next/textinput.html
+++ b/docs/next/textinput.html
@@ -99,7 +99,6 @@ AppRegistry.registerComponent(
defaultValueeditablekeyboardTypemaxHeightmaxLengthmultilineonBlurselectionColorstylevalueautoGrowdisableFullscreenUIinlineImageLeftinlineImagePaddingmaxHeightIf autogrow is true, limits the height that the TextInput box can grow to. Once it reaches this height, the TextInput becomes scrollable.
| Type | Required |
|---|---|
| number | No |
maxLengthLimits the maximum number of characters that can be entered. Use this instead of implementing the logic in JS to avoid flicker.