Text Style Props
Props
-
+
View style props...textShadowOffsetcolorfontSize
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 @@
});
Text Style Props
Props
-
+
View style props...textShadowOffsetcolorfontSize
diff --git a/docs/next/virtualizedlist.html b/docs/next/virtualizedlist.html
index c6b5372fc41..57f1f7c0da9 100644
--- a/docs/next/virtualizedlist.html
+++ b/docs/next/virtualizedlist.html
@@ -92,15 +92,20 @@
initialScrollIndexinvertedCellRendererComponent
+listKeyListEmptyComponent
+ListItemComponentListFooterComponent
+ListFooterComponentStyleListHeaderComponent
+ListHeaderComponentStyleonEndReachedonLayoutonRefreshonScrollToIndexFailedonViewableItemsChangedrefreshing
+refreshControlremoveClippedSubviewsrenderScrollComponentviewabilityConfig
@@ -114,6 +119,7 @@
windowSizedisableVirtualizationprogressViewOffset
+persistentScrollbar
Methods
-
@@ -247,6 +253,17 @@
initialScrollIndexinvertedCellRendererComponent
+listKeyListEmptyComponent
+ListItemComponentListFooterComponent
+ListFooterComponentStyleListHeaderComponent
+ListHeaderComponentStyleonEndReachedonLayoutonRefreshonScrollToIndexFailedonViewableItemsChangedrefreshing
+refreshControlremoveClippedSubviewsrenderScrollComponentviewabilityConfig
@@ -114,6 +119,7 @@
windowSizedisableVirtualizationprogressViewOffset
+persistentScrollbar
+
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.
+| Type | Required |
|---|---|
| string | True |
ListEmptyComponent
Rendered when the list is empty. Can be a React Component Class, a render function, or a rendered element.
+
ListItemComponent
+Each data item is rendered using this element. Can be a React Component Class, or a render function
+| Type | Required |
|---|---|
| component, function | No |
ListFooterComponent
Rendered at the bottom of all the items. Can be a React Component Class, a render function, or a rendered element.
+
ListFooterComponentStyle
+Styling for internal View for ListFooterComponent
+| Type | Required |
|---|---|
| ViewStyleProp | No |
ListHeaderComponent
Rendered at the top of all the items. Can be a React Component Class, a render function, or a rendered element.
+
ListHeaderComponentStyle
+Styling for internal View for ListHeaderComponent
+| Type | Required |
|---|---|
| ViewStyleProp | No |
onLayout
+
refreshControl
+A custom refresh control element. When set, it overrides the default
| Type | Required |
|---|---|
| element | No |
removeClippedSubviews
This may improve scroll performance for large lists.
@@ -500,6 +561,16 @@
++
persistentScrollbar+ +
++ + + Type Required + + bool No
progressViewOffsetSet 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 @@
Methods
@@ -247,6 +253,17 @@
++
listKeyA 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.
++ +
++ + + Type Required + + string True
ListEmptyComponentRendered when the list is empty. Can be a React Component Class, a render function, or a rendered element.
@@ -258,6 +275,17 @@
++
ListItemComponentEach data item is rendered using this element. Can be a React Component Class, or a render function
++ +
++ + + Type Required + + component, function No
ListFooterComponentRendered at the bottom of all the items. Can be a React Component Class, a render function, or a rendered element.
@@ -269,6 +297,17 @@
++
ListFooterComponentStyleStyling for internal View for ListFooterComponent
++ +
++ + + Type Required + + ViewStyleProp No
ListHeaderComponentRendered at the top of all the items. Can be a React Component Class, a render function, or a rendered element.
@@ -280,6 +319,17 @@
++
ListHeaderComponentStyleStyling for internal View for ListHeaderComponent
++ +
++ + + Type Required + + ViewStyleProp No
onLayout@@ -347,6 +397,17 @@
++
refreshControlA 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. + +
++ + + Type Required + + element No
removeClippedSubviewsThis may improve scroll performance for large lists.
@@ -500,6 +561,16 @@
++
persistentScrollbar+ +
++ + + Type Required + + bool No
progressViewOffsetSet this when offset is needed for the loading indicator to show correctly.