From 7677f94f480aeb2f8d2ab0307ca47abf76c2fa1f Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 9 Sep 2019 14:31:42 +0000 Subject: [PATCH] Deploy website Deploy website version based on bba1d2e1907cdea8618e0e4d6580d14be9fe9baa --- docs/flatlist.html | 225 ++++++++++++++++++------ docs/flatlist/index.html | 225 ++++++++++++++++++------ docs/next/flatlist.html | 225 ++++++++++++++++++------ docs/next/flatlist/index.html | 225 ++++++++++++++++++------ docs/next/inputaccessoryview.html | 2 +- docs/next/inputaccessoryview/index.html | 2 +- 6 files changed, 670 insertions(+), 234 deletions(-) diff --git a/docs/flatlist.html b/docs/flatlist.html index cb4a8566205..829f03cb0d3 100644 --- a/docs/flatlist.html +++ b/docs/flatlist.html @@ -84,73 +84,182 @@
  • Multiple column support.
  • If you need section support, use <SectionList>.

    -

    Minimal Example:

    -
    <FlatList
    -  data={[{key: 'a'}, {key: 'b'}]}
    -  renderItem={({item}) => <Text>{item.key}</Text>}
    -/>
    -
    -

    To render multiple columns, use the numColumns prop. Using this approach instead of a flexWrap layout can prevent conflicts with the item height logic.

    -

    More complex, multi-select example demonstrating PureComponent usage for perf optimization and avoiding bugs.

    +

    Basic Example:

    +

    To render multiple columns, use the numColumns prop. Using this approach instead of a flexWrap layout can prevent conflicts with the item height logic.

    +

    More complex, multi-select example demonstrating `` usage for perf optimization and avoiding bugs.

    -
    class MyListItem extends React.PureComponent {
    -  _onPress = () => {
    -    this.props.onPressItem(this.props.id);
    -  };
    +

    This is a convenience wrapper around <VirtualizedList>, and thus inherits its props (as well as those of <ScrollView>) that aren't explicitly listed here, along with the following caveats:

    If you need section support, use <SectionList>.

    -

    Minimal Example:

    -
    <FlatList
    -  data={[{key: 'a'}, {key: 'b'}]}
    -  renderItem={({item}) => <Text>{item.key}</Text>}
    -/>
    -
    -

    To render multiple columns, use the numColumns prop. Using this approach instead of a flexWrap layout can prevent conflicts with the item height logic.

    -

    More complex, multi-select example demonstrating PureComponent usage for perf optimization and avoiding bugs.

    +

    Basic Example:

    +

    To render multiple columns, use the numColumns prop. Using this approach instead of a flexWrap layout can prevent conflicts with the item height logic.

    +

    More complex, multi-select example demonstrating `` usage for perf optimization and avoiding bugs.

    -
    class MyListItem extends React.PureComponent {
    -  _onPress = () => {
    -    this.props.onPressItem(this.props.id);
    -  };
    +

    This is a convenience wrapper around <VirtualizedList>, and thus inherits its props (as well as those of <ScrollView>) that aren't explicitly listed here, along with the following caveats:

    If you need section support, use <SectionList>.

    -

    Minimal Example:

    -
    <FlatList
    -  data={[{key: 'a'}, {key: 'b'}]}
    -  renderItem={({item}) => <Text>{item.key}</Text>}
    -/>
    -
    -

    To render multiple columns, use the numColumns prop. Using this approach instead of a flexWrap layout can prevent conflicts with the item height logic.

    -

    More complex, multi-select example demonstrating PureComponent usage for perf optimization and avoiding bugs.

    +

    Basic Example:

    +

    To render multiple columns, use the numColumns prop. Using this approach instead of a flexWrap layout can prevent conflicts with the item height logic.

    +

    More complex, multi-select example demonstrating `` usage for perf optimization and avoiding bugs.

    -
    class MyListItem extends React.PureComponent {
    -  _onPress = () => {
    -    this.props.onPressItem(this.props.id);
    -  };
    +

    This is a convenience wrapper around <VirtualizedList>, and thus inherits its props (as well as those of <ScrollView>) that aren't explicitly listed here, along with the following caveats:

    If you need section support, use <SectionList>.

    -

    Minimal Example:

    -
    <FlatList
    -  data={[{key: 'a'}, {key: 'b'}]}
    -  renderItem={({item}) => <Text>{item.key}</Text>}
    -/>
    -
    -

    To render multiple columns, use the numColumns prop. Using this approach instead of a flexWrap layout can prevent conflicts with the item height logic.

    -

    More complex, multi-select example demonstrating PureComponent usage for perf optimization and avoiding bugs.

    +

    Basic Example:

    +

    To render multiple columns, use the numColumns prop. Using this approach instead of a flexWrap layout can prevent conflicts with the item height logic.

    +

    More complex, multi-select example demonstrating `` usage for perf optimization and avoiding bugs.

    -
    class MyListItem extends React.PureComponent {
    -  _onPress = () => {
    -    this.props.onPressItem(this.props.id);
    -  };
    +

    This is a convenience wrapper around <VirtualizedList>, and thus inherits its props (as well as those of <ScrollView>) that aren't explicitly listed here, along with the following caveats: