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 @@

Reference

Methods

+

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(
  • defaultValue
  • editable
  • keyboardType
  • -
  • maxHeight
  • maxLength
  • multiline
  • onBlur
  • @@ -121,7 +120,6 @@ AppRegistry.registerComponent(
  • selectionColor
  • style
  • value
  • -
  • autoGrow
  • disableFullscreenUI
  • inlineImageLeft
  • inlineImagePadding
  • @@ -280,17 +278,6 @@ AppRegistry.registerComponent(
    -

    maxHeight

    -

    If autogrow is true, limits the height that the TextInput box can grow to. Once it reaches this height, the TextInput becomes scrollable.

    - - - - - - - -
    TypeRequired
    numberNo
    -

    maxLength

    Limits the maximum number of characters that can be entered. Use this instead of implementing the logic in JS to avoid flicker.