From 4fa31017c957acbca9b56f94de8e201b8b369635 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 19 Jun 2019 10:22:36 +0000 Subject: [PATCH] Deploy website Deploy website version based on f91245e51c9cba2069fdb882df378f45ac05d922 --- docs/next/text-style-props.html | 1 + docs/next/text-style-props/index.html | 1 + docs/next/virtualizedlist.html | 71 +++++++++++++++++++++++++++ docs/next/virtualizedlist/index.html | 71 +++++++++++++++++++++++++++ 4 files changed, 144 insertions(+) diff --git a/docs/next/text-style-props.html b/docs/next/text-style-props.html index 9a1c5ef8573..50b9038505b 100644 --- a/docs/next/text-style-props.html +++ b/docs/next/text-style-props.html @@ -72,6 +72,7 @@ });
Edit

Text Style Props

Props

    +
  • View style props...
  • textShadowOffset
  • color
  • fontSize
  • diff --git a/docs/next/text-style-props/index.html b/docs/next/text-style-props/index.html index 9a1c5ef8573..50b9038505b 100644 --- a/docs/next/text-style-props/index.html +++ b/docs/next/text-style-props/index.html @@ -72,6 +72,7 @@ });
Edit

Text Style Props

Props

Methods

    @@ -247,6 +253,17 @@
    +

    listKey

    +

    A unique identifier for this list. If there are multiple VirtualizedLists at the same level of nesting within another VirtualizedList, this key is necessary for virtualization to work properly.

    + + + + + + + +
    TypeRequired
    stringTrue
    +

    ListEmptyComponent

    Rendered when the list is empty. Can be a React Component Class, a render function, or a rendered element.

    @@ -258,6 +275,17 @@

    +

    ListItemComponent

    +

    Each data item is rendered using this element. Can be a React Component Class, or a render function

    + + + + + + + +
    TypeRequired
    component, functionNo
    +

    ListFooterComponent

    Rendered at the bottom of all the items. Can be a React Component Class, a render function, or a rendered element.

    @@ -269,6 +297,17 @@

    +

    ListFooterComponentStyle

    +

    Styling for internal View for ListFooterComponent

    + + + + + + + +
    TypeRequired
    ViewStylePropNo
    +

    ListHeaderComponent

    Rendered at the top of all the items. Can be a React Component Class, a render function, or a rendered element.

    @@ -280,6 +319,17 @@

    +

    ListHeaderComponentStyle

    +

    Styling for internal View for ListHeaderComponent

    + + + + + + + +
    TypeRequired
    ViewStylePropNo
    +

    onLayout

    @@ -347,6 +397,17 @@

    +

    refreshControl

    +

    A custom refresh control element. When set, it overrides the default component built internally. The onRefresh and refreshing props are also ignored. Only works for vertical VirtualizedList.

    + + + + + + + +
    TypeRequired
    elementNo
    +

    removeClippedSubviews

    This may improve scroll performance for large lists.

    @@ -500,6 +561,16 @@
    +

    persistentScrollbar

    + + + + + + + +
    TypeRequired
    boolNo
    +

    progressViewOffset

    Set this when offset is needed for the loading indicator to show correctly.

    diff --git a/docs/next/virtualizedlist/index.html b/docs/next/virtualizedlist/index.html index c6b5372fc41..57f1f7c0da9 100644 --- a/docs/next/virtualizedlist/index.html +++ b/docs/next/virtualizedlist/index.html @@ -92,15 +92,20 @@
  • initialScrollIndex
  • inverted
  • CellRendererComponent
  • +
  • listKey
  • ListEmptyComponent
  • +
  • ListItemComponent
  • ListFooterComponent
  • +
  • ListFooterComponentStyle
  • ListHeaderComponent
  • +
  • ListHeaderComponentStyle
  • onEndReached
  • onLayout
  • onRefresh
  • onScrollToIndexFailed
  • onViewableItemsChanged
  • refreshing
  • +
  • refreshControl
  • removeClippedSubviews
  • renderScrollComponent
  • viewabilityConfig
  • @@ -114,6 +119,7 @@
  • windowSize
  • disableVirtualization
  • progressViewOffset
  • +
  • persistentScrollbar
  • Methods

      @@ -247,6 +253,17 @@

    +

    listKey

    +

    A unique identifier for this list. If there are multiple VirtualizedLists at the same level of nesting within another VirtualizedList, this key is necessary for virtualization to work properly.

    + + + + + + + +
    TypeRequired
    stringTrue
    +

    ListEmptyComponent

    Rendered when the list is empty. Can be a React Component Class, a render function, or a rendered element.

    @@ -258,6 +275,17 @@

    +

    ListItemComponent

    +

    Each data item is rendered using this element. Can be a React Component Class, or a render function

    + + + + + + + +
    TypeRequired
    component, functionNo
    +

    ListFooterComponent

    Rendered at the bottom of all the items. Can be a React Component Class, a render function, or a rendered element.

    @@ -269,6 +297,17 @@

    +

    ListFooterComponentStyle

    +

    Styling for internal View for ListFooterComponent

    + + + + + + + +
    TypeRequired
    ViewStylePropNo
    +

    ListHeaderComponent

    Rendered at the top of all the items. Can be a React Component Class, a render function, or a rendered element.

    @@ -280,6 +319,17 @@

    +

    ListHeaderComponentStyle

    +

    Styling for internal View for ListHeaderComponent

    + + + + + + + +
    TypeRequired
    ViewStylePropNo
    +

    onLayout

    @@ -347,6 +397,17 @@

    +

    refreshControl

    +

    A custom refresh control element. When set, it overrides the default component built internally. The onRefresh and refreshing props are also ignored. Only works for vertical VirtualizedList.

    + + + + + + + +
    TypeRequired
    elementNo
    +

    removeClippedSubviews

    This may improve scroll performance for large lists.

    @@ -500,6 +561,16 @@
    +

    persistentScrollbar

    + + + + + + + +
    TypeRequired
    boolNo
    +

    progressViewOffset

    Set this when offset is needed for the loading indicator to show correctly.