diff --git a/docs/next/keyboardavoidingview.html b/docs/next/keyboardavoidingview.html index 377ca279f88..391d8ad402d 100644 --- a/docs/next/keyboardavoidingview.html +++ b/docs/next/keyboardavoidingview.html @@ -85,25 +85,14 @@
  • View props...

  • Reference

    Props

    -

    keyboardVerticalOffset

    -

    This is the distance between the top of the user screen and the react native view, may be non-zero in some use cases.

    - - - - - - - -
    TypeRequired
    numberNo
    -

    behavior

    Note: Android and iOS both interact with this prop differently. Android may behave better when given no behavior prop at all, whereas iOS is the opposite.

    @@ -136,6 +125,17 @@
    booleanNo
    +
    +

    keyboardVerticalOffset

    +

    This is the distance between the top of the user screen and the react native view, may be non-zero in some use cases.

    + + + + + + + +
    TypeRequired
    numberNo
    InputAccessoryViewNext