BackAndroid
Deprecated. Use BackHandler instead.
Methods
Reference
diff --git a/docs/0.10/backandroid/index.html b/docs/0.10/backandroid/index.html index d679aabb706..50e614b9689 100644 --- a/docs/0.10/backandroid/index.html +++ b/docs/0.10/backandroid/index.html @@ -11,9 +11,9 @@BackAndroid
Deprecated. Use BackHandler instead.
Methods
Reference
diff --git a/docs/0.10/imagestore.html b/docs/0.10/imagestore.html index 46052c9f021..6f1d6469b74 100644 --- a/docs/0.10/imagestore.html +++ b/docs/0.10/imagestore.html @@ -10,10 +10,10 @@ ga('send', 'pageview');ImageStore
Methods
-
-
hasImageForTag
-removeImageForTag
-addImageFromBase64
-getBase64ForTag
+hasImageForTag
+removeImageForTag
+addImageFromBase64
+getBase64ForTag
Reference
diff --git a/docs/0.10/imagestore/index.html b/docs/0.10/imagestore/index.html index 46052c9f021..6f1d6469b74 100644 --- a/docs/0.10/imagestore/index.html +++ b/docs/0.10/imagestore/index.html @@ -10,10 +10,10 @@ ga('send', 'pageview');ImageStore
Methods
-
-
hasImageForTag
-removeImageForTag
-addImageFromBase64
-getBase64ForTag
+hasImageForTag
+removeImageForTag
+addImageFromBase64
+getBase64ForTag
Reference
diff --git a/docs/0.10/listview.html b/docs/0.10/listview.html index 61b4dc87778..451b65d5dbc 100644 --- a/docs/0.10/listview.html +++ b/docs/0.10/listview.html @@ -9,7 +9,7 @@ ga('create', 'UA-41298772-2', 'auto'); ga('send', 'pageview');ListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
constructor() {
@@ -41,36 +41,36 @@
ScrollView props...
-dataSource
-initialListSize
-onEndReachedThreshold
-pageSize
-renderRow
-renderScrollComponent
-scrollRenderAheadDistance
-stickyHeaderIndices
-enableEmptySections
-renderHeader
-onEndReached
-stickySectionHeadersEnabled
-renderSectionHeader
-renderSeparator
-onChangeVisibleRows
-removeClippedSubviews
-renderFooter
+dataSource
+initialListSize
+onEndReachedThreshold
+pageSize
+renderRow
+renderScrollComponent
+scrollRenderAheadDistance
+stickyHeaderIndices
+enableEmptySections
+renderHeader
+onEndReached
+stickySectionHeadersEnabled
+renderSectionHeader
+renderSeparator
+onChangeVisibleRows
+removeClippedSubviews
+renderFooter
Methods
-getMetrics
-scrollTo
-scrollToEnd
-flashScrollIndicators
+getMetrics
+scrollTo
+scrollToEnd
+flashScrollIndicators
Reference
Props
dataSource
-An instance of ListView.DataSource to use
+An instance of ListView.DataSource to use
Type Required
diff --git a/docs/0.10/listview/index.html b/docs/0.10/listview/index.html
index 61b4dc87778..451b65d5dbc 100644
--- a/docs/0.10/listview/index.html
+++ b/docs/0.10/listview/index.html
@@ -9,7 +9,7 @@
ga('create', 'UA-41298772-2', 'auto');
ga('send', 'pageview');
EditListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
-ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
+ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
constructor() {
@@ -41,36 +41,36 @@
ScrollView props...
-dataSource
-initialListSize
-onEndReachedThreshold
-pageSize
-renderRow
-renderScrollComponent
-scrollRenderAheadDistance
-stickyHeaderIndices
-enableEmptySections
-renderHeader
-onEndReached
-stickySectionHeadersEnabled
-renderSectionHeader
-renderSeparator
-onChangeVisibleRows
-removeClippedSubviews
-renderFooter
+dataSource
+initialListSize
+onEndReachedThreshold
+pageSize
+renderRow
+renderScrollComponent
+scrollRenderAheadDistance
+stickyHeaderIndices
+enableEmptySections
+renderHeader
+onEndReached
+stickySectionHeadersEnabled
+renderSectionHeader
+renderSeparator
+onChangeVisibleRows
+removeClippedSubviews
+renderFooter
Methods
-getMetrics
-scrollTo
-scrollToEnd
-flashScrollIndicators
+getMetrics
+scrollTo
+scrollToEnd
+flashScrollIndicators
Reference
Props
dataSource
-An instance of ListView.DataSource to use
+An instance of ListView.DataSource to use
Type Required
diff --git a/docs/0.10/listviewdatasource.html b/docs/0.10/listviewdatasource.html
index 5087c8dae3b..2c0bc01911e 100644
--- a/docs/0.10/listviewdatasource.html
+++ b/docs/0.10/listviewdatasource.html
@@ -24,18 +24,18 @@ _onDataArrived(newData) {
Methods
-constructor
-cloneWithRows
-cloneWithRowsAndSections
-getRowCount
-getRowAndSectionCount
-rowShouldUpdate
-getRowData
-getRowIDForFlatIndex
-getSectionIDForFlatIndex
-getSectionLengths
-sectionHeaderShouldUpdate
-getSectionHeaderData
+constructor
+cloneWithRows
+cloneWithRowsAndSections
+getRowCount
+getRowAndSectionCount
+rowShouldUpdate
+getRowData
+getRowIDForFlatIndex
+getSectionIDForFlatIndex
+getSectionLengths
+sectionHeaderShouldUpdate
+getSectionHeaderData
Reference
diff --git a/docs/0.10/listviewdatasource/index.html b/docs/0.10/listviewdatasource/index.html
index 5087c8dae3b..2c0bc01911e 100644
--- a/docs/0.10/listviewdatasource/index.html
+++ b/docs/0.10/listviewdatasource/index.html
@@ -24,18 +24,18 @@ _onDataArrived(newData) {
Methods
-constructor
-cloneWithRows
-cloneWithRowsAndSections
-getRowCount
-getRowAndSectionCount
-rowShouldUpdate
-getRowData
-getRowIDForFlatIndex
-getSectionIDForFlatIndex
-getSectionLengths
-sectionHeaderShouldUpdate
-getSectionHeaderData
+constructor
+cloneWithRows
+cloneWithRowsAndSections
+getRowCount
+getRowAndSectionCount
+rowShouldUpdate
+getRowData
+getRowIDForFlatIndex
+getSectionIDForFlatIndex
+getSectionLengths
+sectionHeaderShouldUpdate
+getSectionHeaderData
Reference
diff --git a/docs/0.10/maskedviewios.html b/docs/0.10/maskedviewios.html
index 01963fdbbb0..9c34c19dd38 100644
--- a/docs/0.10/maskedviewios.html
+++ b/docs/0.10/maskedviewios.html
@@ -36,7 +36,7 @@
Props
Reference
diff --git a/docs/0.10/maskedviewios/index.html b/docs/0.10/maskedviewios/index.html
index 01963fdbbb0..9c34c19dd38 100644
--- a/docs/0.10/maskedviewios/index.html
+++ b/docs/0.10/maskedviewios/index.html
@@ -36,7 +36,7 @@
Props
Reference
diff --git a/docs/0.10/snapshotviewios.html b/docs/0.10/snapshotviewios.html
index bb0240ba58f..4629d8c3498 100644
--- a/docs/0.10/snapshotviewios.html
+++ b/docs/0.10/snapshotviewios.html
@@ -11,8 +11,8 @@
EditSnapshotViewIOS
Props
Reference
diff --git a/docs/0.10/snapshotviewios/index.html b/docs/0.10/snapshotviewios/index.html
index bb0240ba58f..4629d8c3498 100644
--- a/docs/0.10/snapshotviewios/index.html
+++ b/docs/0.10/snapshotviewios/index.html
@@ -11,8 +11,8 @@
EditSnapshotViewIOS
-
EditBackAndroid
Deprecated. Use BackHandler instead.
Methods
Reference
diff --git a/docs/0.11/backandroid/index.html b/docs/0.11/backandroid/index.html
index 13eea6736b8..f164e60a902 100644
--- a/docs/0.11/backandroid/index.html
+++ b/docs/0.11/backandroid/index.html
@@ -11,9 +11,9 @@
EditBackAndroid
Deprecated. Use BackHandler instead.
Methods
Reference
diff --git a/docs/0.11/imagestore.html b/docs/0.11/imagestore.html
index f81d1f11ba2..9eb98c4cd2a 100644
--- a/docs/0.11/imagestore.html
+++ b/docs/0.11/imagestore.html
@@ -10,10 +10,10 @@
ga('send', 'pageview');
EditImageStore
Methods
-hasImageForTag
-removeImageForTag
-addImageFromBase64
-getBase64ForTag
+hasImageForTag
+removeImageForTag
+addImageFromBase64
+getBase64ForTag
Reference
diff --git a/docs/0.11/imagestore/index.html b/docs/0.11/imagestore/index.html
index f81d1f11ba2..9eb98c4cd2a 100644
--- a/docs/0.11/imagestore/index.html
+++ b/docs/0.11/imagestore/index.html
@@ -10,10 +10,10 @@
ga('send', 'pageview');
EditImageStore
Methods
-hasImageForTag
-removeImageForTag
-addImageFromBase64
-getBase64ForTag
+hasImageForTag
+removeImageForTag
+addImageFromBase64
+getBase64ForTag
Reference
diff --git a/docs/0.11/listview.html b/docs/0.11/listview.html
index 88f05361daf..a10467f139c 100644
--- a/docs/0.11/listview.html
+++ b/docs/0.11/listview.html
@@ -9,7 +9,7 @@
ga('create', 'UA-41298772-2', 'auto');
ga('send', 'pageview');
EditListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
-ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
+ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
constructor() {
@@ -41,36 +41,36 @@
ScrollView props...
-dataSource
-initialListSize
-onEndReachedThreshold
-pageSize
-renderRow
-renderScrollComponent
-scrollRenderAheadDistance
-stickyHeaderIndices
-enableEmptySections
-renderHeader
-onEndReached
-stickySectionHeadersEnabled
-renderSectionHeader
-renderSeparator
-onChangeVisibleRows
-removeClippedSubviews
-renderFooter
+dataSource
+initialListSize
+onEndReachedThreshold
+pageSize
+renderRow
+renderScrollComponent
+scrollRenderAheadDistance
+stickyHeaderIndices
+enableEmptySections
+renderHeader
+onEndReached
+stickySectionHeadersEnabled
+renderSectionHeader
+renderSeparator
+onChangeVisibleRows
+removeClippedSubviews
+renderFooter
Methods
-getMetrics
-scrollTo
-scrollToEnd
-flashScrollIndicators
+getMetrics
+scrollTo
+scrollToEnd
+flashScrollIndicators
Reference
Props
dataSource
-An instance of ListView.DataSource to use
+An instance of ListView.DataSource to use
Type Required
diff --git a/docs/0.11/listview/index.html b/docs/0.11/listview/index.html
index 88f05361daf..a10467f139c 100644
--- a/docs/0.11/listview/index.html
+++ b/docs/0.11/listview/index.html
@@ -9,7 +9,7 @@
ga('create', 'UA-41298772-2', 'auto');
ga('send', 'pageview');
EditListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
-ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
+ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
constructor() {
@@ -41,36 +41,36 @@
ScrollView props...
-dataSource
-initialListSize
-onEndReachedThreshold
-pageSize
-renderRow
-renderScrollComponent
-scrollRenderAheadDistance
-stickyHeaderIndices
-enableEmptySections
-renderHeader
-onEndReached
-stickySectionHeadersEnabled
-renderSectionHeader
-renderSeparator
-onChangeVisibleRows
-removeClippedSubviews
-renderFooter
+dataSource
+initialListSize
+onEndReachedThreshold
+pageSize
+renderRow
+renderScrollComponent
+scrollRenderAheadDistance
+stickyHeaderIndices
+enableEmptySections
+renderHeader
+onEndReached
+stickySectionHeadersEnabled
+renderSectionHeader
+renderSeparator
+onChangeVisibleRows
+removeClippedSubviews
+renderFooter
Methods
-getMetrics
-scrollTo
-scrollToEnd
-flashScrollIndicators
+getMetrics
+scrollTo
+scrollToEnd
+flashScrollIndicators
Reference
Props
dataSource
-An instance of ListView.DataSource to use
+An instance of ListView.DataSource to use
Type Required
diff --git a/docs/0.11/listviewdatasource.html b/docs/0.11/listviewdatasource.html
index 28a418e16b0..0bc4a1a20cd 100644
--- a/docs/0.11/listviewdatasource.html
+++ b/docs/0.11/listviewdatasource.html
@@ -24,18 +24,18 @@ _onDataArrived(newData) {
Methods
-constructor
-cloneWithRows
-cloneWithRowsAndSections
-getRowCount
-getRowAndSectionCount
-rowShouldUpdate
-getRowData
-getRowIDForFlatIndex
-getSectionIDForFlatIndex
-getSectionLengths
-sectionHeaderShouldUpdate
-getSectionHeaderData
+constructor
+cloneWithRows
+cloneWithRowsAndSections
+getRowCount
+getRowAndSectionCount
+rowShouldUpdate
+getRowData
+getRowIDForFlatIndex
+getSectionIDForFlatIndex
+getSectionLengths
+sectionHeaderShouldUpdate
+getSectionHeaderData
Reference
diff --git a/docs/0.11/listviewdatasource/index.html b/docs/0.11/listviewdatasource/index.html
index 28a418e16b0..0bc4a1a20cd 100644
--- a/docs/0.11/listviewdatasource/index.html
+++ b/docs/0.11/listviewdatasource/index.html
@@ -24,18 +24,18 @@ _onDataArrived(newData) {
Methods
-constructor
-cloneWithRows
-cloneWithRowsAndSections
-getRowCount
-getRowAndSectionCount
-rowShouldUpdate
-getRowData
-getRowIDForFlatIndex
-getSectionIDForFlatIndex
-getSectionLengths
-sectionHeaderShouldUpdate
-getSectionHeaderData
+constructor
+cloneWithRows
+cloneWithRowsAndSections
+getRowCount
+getRowAndSectionCount
+rowShouldUpdate
+getRowData
+getRowIDForFlatIndex
+getSectionIDForFlatIndex
+getSectionLengths
+sectionHeaderShouldUpdate
+getSectionHeaderData
Reference
diff --git a/docs/0.11/maskedviewios.html b/docs/0.11/maskedviewios.html
index 90d109aa014..446b8716c53 100644
--- a/docs/0.11/maskedviewios.html
+++ b/docs/0.11/maskedviewios.html
@@ -36,7 +36,7 @@
Props
Reference
diff --git a/docs/0.11/maskedviewios/index.html b/docs/0.11/maskedviewios/index.html
index 90d109aa014..446b8716c53 100644
--- a/docs/0.11/maskedviewios/index.html
+++ b/docs/0.11/maskedviewios/index.html
@@ -36,7 +36,7 @@
Props
Reference
diff --git a/docs/0.11/snapshotviewios.html b/docs/0.11/snapshotviewios.html
index c64cd36e368..179d98a1188 100644
--- a/docs/0.11/snapshotviewios.html
+++ b/docs/0.11/snapshotviewios.html
@@ -11,8 +11,8 @@
EditSnapshotViewIOS
Props
Reference
diff --git a/docs/0.11/snapshotviewios/index.html b/docs/0.11/snapshotviewios/index.html
index c64cd36e368..179d98a1188 100644
--- a/docs/0.11/snapshotviewios/index.html
+++ b/docs/0.11/snapshotviewios/index.html
@@ -11,8 +11,8 @@
EditSnapshotViewIOS
-
EditBackAndroid
Deprecated. Use BackHandler instead.
Methods
Reference
diff --git a/docs/0.12/backandroid/index.html b/docs/0.12/backandroid/index.html
index 910c966d4c9..e87402149dd 100644
--- a/docs/0.12/backandroid/index.html
+++ b/docs/0.12/backandroid/index.html
@@ -11,9 +11,9 @@
EditBackAndroid
Deprecated. Use BackHandler instead.
Methods
Reference
diff --git a/docs/0.12/imagestore.html b/docs/0.12/imagestore.html
index e9c33fa0e5c..054def68cfd 100644
--- a/docs/0.12/imagestore.html
+++ b/docs/0.12/imagestore.html
@@ -10,10 +10,10 @@
ga('send', 'pageview');
EditImageStore
Methods
-hasImageForTag
-removeImageForTag
-addImageFromBase64
-getBase64ForTag
+hasImageForTag
+removeImageForTag
+addImageFromBase64
+getBase64ForTag
Reference
diff --git a/docs/0.12/imagestore/index.html b/docs/0.12/imagestore/index.html
index e9c33fa0e5c..054def68cfd 100644
--- a/docs/0.12/imagestore/index.html
+++ b/docs/0.12/imagestore/index.html
@@ -10,10 +10,10 @@
ga('send', 'pageview');
EditImageStore
Methods
-hasImageForTag
-removeImageForTag
-addImageFromBase64
-getBase64ForTag
+hasImageForTag
+removeImageForTag
+addImageFromBase64
+getBase64ForTag
Reference
diff --git a/docs/0.12/listview.html b/docs/0.12/listview.html
index 089c92bf412..139c587eaef 100644
--- a/docs/0.12/listview.html
+++ b/docs/0.12/listview.html
@@ -9,7 +9,7 @@
ga('create', 'UA-41298772-2', 'auto');
ga('send', 'pageview');
EditListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
-ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
+ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
constructor() {
@@ -41,36 +41,36 @@
ScrollView props...
-dataSource
-initialListSize
-onEndReachedThreshold
-pageSize
-renderRow
-renderScrollComponent
-scrollRenderAheadDistance
-stickyHeaderIndices
-enableEmptySections
-renderHeader
-onEndReached
-stickySectionHeadersEnabled
-renderSectionHeader
-renderSeparator
-onChangeVisibleRows
-removeClippedSubviews
-renderFooter
+dataSource
+initialListSize
+onEndReachedThreshold
+pageSize
+renderRow
+renderScrollComponent
+scrollRenderAheadDistance
+stickyHeaderIndices
+enableEmptySections
+renderHeader
+onEndReached
+stickySectionHeadersEnabled
+renderSectionHeader
+renderSeparator
+onChangeVisibleRows
+removeClippedSubviews
+renderFooter
Methods
-getMetrics
-scrollTo
-scrollToEnd
-flashScrollIndicators
+getMetrics
+scrollTo
+scrollToEnd
+flashScrollIndicators
Reference
Props
dataSource
-An instance of ListView.DataSource to use
+An instance of ListView.DataSource to use
Type Required
diff --git a/docs/0.12/listview/index.html b/docs/0.12/listview/index.html
index 089c92bf412..139c587eaef 100644
--- a/docs/0.12/listview/index.html
+++ b/docs/0.12/listview/index.html
@@ -9,7 +9,7 @@
ga('create', 'UA-41298772-2', 'auto');
ga('send', 'pageview');
EditListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
-ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
+ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
constructor() {
@@ -41,36 +41,36 @@
ScrollView props...
-dataSource
-initialListSize
-onEndReachedThreshold
-pageSize
-renderRow
-renderScrollComponent
-scrollRenderAheadDistance
-stickyHeaderIndices
-enableEmptySections
-renderHeader
-onEndReached
-stickySectionHeadersEnabled
-renderSectionHeader
-renderSeparator
-onChangeVisibleRows
-removeClippedSubviews
-renderFooter
+dataSource
+initialListSize
+onEndReachedThreshold
+pageSize
+renderRow
+renderScrollComponent
+scrollRenderAheadDistance
+stickyHeaderIndices
+enableEmptySections
+renderHeader
+onEndReached
+stickySectionHeadersEnabled
+renderSectionHeader
+renderSeparator
+onChangeVisibleRows
+removeClippedSubviews
+renderFooter
Methods
-getMetrics
-scrollTo
-scrollToEnd
-flashScrollIndicators
+getMetrics
+scrollTo
+scrollToEnd
+flashScrollIndicators
Reference
Props
dataSource
-An instance of ListView.DataSource to use
+An instance of ListView.DataSource to use
Type Required
diff --git a/docs/0.12/listviewdatasource.html b/docs/0.12/listviewdatasource.html
index b6842046dc5..9cb618c301e 100644
--- a/docs/0.12/listviewdatasource.html
+++ b/docs/0.12/listviewdatasource.html
@@ -24,18 +24,18 @@ _onDataArrived(newData) {
Methods
-constructor
-cloneWithRows
-cloneWithRowsAndSections
-getRowCount
-getRowAndSectionCount
-rowShouldUpdate
-getRowData
-getRowIDForFlatIndex
-getSectionIDForFlatIndex
-getSectionLengths
-sectionHeaderShouldUpdate
-getSectionHeaderData
+constructor
+cloneWithRows
+cloneWithRowsAndSections
+getRowCount
+getRowAndSectionCount
+rowShouldUpdate
+getRowData
+getRowIDForFlatIndex
+getSectionIDForFlatIndex
+getSectionLengths
+sectionHeaderShouldUpdate
+getSectionHeaderData
Reference
diff --git a/docs/0.12/listviewdatasource/index.html b/docs/0.12/listviewdatasource/index.html
index b6842046dc5..9cb618c301e 100644
--- a/docs/0.12/listviewdatasource/index.html
+++ b/docs/0.12/listviewdatasource/index.html
@@ -24,18 +24,18 @@ _onDataArrived(newData) {
Methods
-constructor
-cloneWithRows
-cloneWithRowsAndSections
-getRowCount
-getRowAndSectionCount
-rowShouldUpdate
-getRowData
-getRowIDForFlatIndex
-getSectionIDForFlatIndex
-getSectionLengths
-sectionHeaderShouldUpdate
-getSectionHeaderData
+constructor
+cloneWithRows
+cloneWithRowsAndSections
+getRowCount
+getRowAndSectionCount
+rowShouldUpdate
+getRowData
+getRowIDForFlatIndex
+getSectionIDForFlatIndex
+getSectionLengths
+sectionHeaderShouldUpdate
+getSectionHeaderData
Reference
diff --git a/docs/0.12/maskedviewios.html b/docs/0.12/maskedviewios.html
index 1a1eba1b9dd..34e321f60c8 100644
--- a/docs/0.12/maskedviewios.html
+++ b/docs/0.12/maskedviewios.html
@@ -36,7 +36,7 @@
Props
Reference
diff --git a/docs/0.12/maskedviewios/index.html b/docs/0.12/maskedviewios/index.html
index 1a1eba1b9dd..34e321f60c8 100644
--- a/docs/0.12/maskedviewios/index.html
+++ b/docs/0.12/maskedviewios/index.html
@@ -36,7 +36,7 @@
Props
Reference
diff --git a/docs/0.12/snapshotviewios.html b/docs/0.12/snapshotviewios.html
index 69dba9ff6f9..fbcf0636622 100644
--- a/docs/0.12/snapshotviewios.html
+++ b/docs/0.12/snapshotviewios.html
@@ -11,8 +11,8 @@
EditSnapshotViewIOS
Props
Reference
diff --git a/docs/0.12/snapshotviewios/index.html b/docs/0.12/snapshotviewios/index.html
index 69dba9ff6f9..fbcf0636622 100644
--- a/docs/0.12/snapshotviewios/index.html
+++ b/docs/0.12/snapshotviewios/index.html
@@ -11,8 +11,8 @@
EditSnapshotViewIOS
-
EditBackAndroid
Deprecated. Use BackHandler instead.
Methods
Reference
diff --git a/docs/0.13/backandroid/index.html b/docs/0.13/backandroid/index.html
index 419ee16eefa..5e9270f1e4c 100644
--- a/docs/0.13/backandroid/index.html
+++ b/docs/0.13/backandroid/index.html
@@ -11,9 +11,9 @@
EditBackAndroid
Deprecated. Use BackHandler instead.
Methods
Reference
diff --git a/docs/0.13/imagestore.html b/docs/0.13/imagestore.html
index e8446d2aa24..bdcedcf6a5f 100644
--- a/docs/0.13/imagestore.html
+++ b/docs/0.13/imagestore.html
@@ -10,10 +10,10 @@
ga('send', 'pageview');
EditImageStore
Methods
-hasImageForTag
-removeImageForTag
-addImageFromBase64
-getBase64ForTag
+hasImageForTag
+removeImageForTag
+addImageFromBase64
+getBase64ForTag
Reference
diff --git a/docs/0.13/imagestore/index.html b/docs/0.13/imagestore/index.html
index e8446d2aa24..bdcedcf6a5f 100644
--- a/docs/0.13/imagestore/index.html
+++ b/docs/0.13/imagestore/index.html
@@ -10,10 +10,10 @@
ga('send', 'pageview');
EditImageStore
Methods
-hasImageForTag
-removeImageForTag
-addImageFromBase64
-getBase64ForTag
+hasImageForTag
+removeImageForTag
+addImageFromBase64
+getBase64ForTag
Reference
diff --git a/docs/0.13/listview.html b/docs/0.13/listview.html
index 85442a64bb2..1ce068311dc 100644
--- a/docs/0.13/listview.html
+++ b/docs/0.13/listview.html
@@ -9,7 +9,7 @@
ga('create', 'UA-41298772-2', 'auto');
ga('send', 'pageview');
EditListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
-ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
+ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
constructor() {
@@ -41,36 +41,36 @@
ScrollView props...
-dataSource
-initialListSize
-onEndReachedThreshold
-pageSize
-renderRow
-renderScrollComponent
-scrollRenderAheadDistance
-stickyHeaderIndices
-enableEmptySections
-renderHeader
-onEndReached
-stickySectionHeadersEnabled
-renderSectionHeader
-renderSeparator
-onChangeVisibleRows
-removeClippedSubviews
-renderFooter
+dataSource
+initialListSize
+onEndReachedThreshold
+pageSize
+renderRow
+renderScrollComponent
+scrollRenderAheadDistance
+stickyHeaderIndices
+enableEmptySections
+renderHeader
+onEndReached
+stickySectionHeadersEnabled
+renderSectionHeader
+renderSeparator
+onChangeVisibleRows
+removeClippedSubviews
+renderFooter
Methods
-getMetrics
-scrollTo
-scrollToEnd
-flashScrollIndicators
+getMetrics
+scrollTo
+scrollToEnd
+flashScrollIndicators
Reference
Props
dataSource
-An instance of ListView.DataSource to use
+An instance of ListView.DataSource to use
Type Required
diff --git a/docs/0.13/listview/index.html b/docs/0.13/listview/index.html
index 85442a64bb2..1ce068311dc 100644
--- a/docs/0.13/listview/index.html
+++ b/docs/0.13/listview/index.html
@@ -9,7 +9,7 @@
ga('create', 'UA-41298772-2', 'auto');
ga('send', 'pageview');
EditListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
-ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
+ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
constructor() {
@@ -41,36 +41,36 @@
ScrollView props...
-dataSource
-initialListSize
-onEndReachedThreshold
-pageSize
-renderRow
-renderScrollComponent
-scrollRenderAheadDistance
-stickyHeaderIndices
-enableEmptySections
-renderHeader
-onEndReached
-stickySectionHeadersEnabled
-renderSectionHeader
-renderSeparator
-onChangeVisibleRows
-removeClippedSubviews
-renderFooter
+dataSource
+initialListSize
+onEndReachedThreshold
+pageSize
+renderRow
+renderScrollComponent
+scrollRenderAheadDistance
+stickyHeaderIndices
+enableEmptySections
+renderHeader
+onEndReached
+stickySectionHeadersEnabled
+renderSectionHeader
+renderSeparator
+onChangeVisibleRows
+removeClippedSubviews
+renderFooter
Methods
-getMetrics
-scrollTo
-scrollToEnd
-flashScrollIndicators
+getMetrics
+scrollTo
+scrollToEnd
+flashScrollIndicators
Reference
Props
dataSource
-An instance of ListView.DataSource to use
+An instance of ListView.DataSource to use
Type Required
diff --git a/docs/0.13/listviewdatasource.html b/docs/0.13/listviewdatasource.html
index 72cca290dae..b09656cadb8 100644
--- a/docs/0.13/listviewdatasource.html
+++ b/docs/0.13/listviewdatasource.html
@@ -24,18 +24,18 @@ _onDataArrived(newData) {
Methods
-constructor
-cloneWithRows
-cloneWithRowsAndSections
-getRowCount
-getRowAndSectionCount
-rowShouldUpdate
-getRowData
-getRowIDForFlatIndex
-getSectionIDForFlatIndex
-getSectionLengths
-sectionHeaderShouldUpdate
-getSectionHeaderData
+constructor
+cloneWithRows
+cloneWithRowsAndSections
+getRowCount
+getRowAndSectionCount
+rowShouldUpdate
+getRowData
+getRowIDForFlatIndex
+getSectionIDForFlatIndex
+getSectionLengths
+sectionHeaderShouldUpdate
+getSectionHeaderData
Reference
diff --git a/docs/0.13/listviewdatasource/index.html b/docs/0.13/listviewdatasource/index.html
index 72cca290dae..b09656cadb8 100644
--- a/docs/0.13/listviewdatasource/index.html
+++ b/docs/0.13/listviewdatasource/index.html
@@ -24,18 +24,18 @@ _onDataArrived(newData) {
Methods
-constructor
-cloneWithRows
-cloneWithRowsAndSections
-getRowCount
-getRowAndSectionCount
-rowShouldUpdate
-getRowData
-getRowIDForFlatIndex
-getSectionIDForFlatIndex
-getSectionLengths
-sectionHeaderShouldUpdate
-getSectionHeaderData
+constructor
+cloneWithRows
+cloneWithRowsAndSections
+getRowCount
+getRowAndSectionCount
+rowShouldUpdate
+getRowData
+getRowIDForFlatIndex
+getSectionIDForFlatIndex
+getSectionLengths
+sectionHeaderShouldUpdate
+getSectionHeaderData
Reference
diff --git a/docs/0.13/maskedviewios.html b/docs/0.13/maskedviewios.html
index 3892c3705cc..1b9ad2055de 100644
--- a/docs/0.13/maskedviewios.html
+++ b/docs/0.13/maskedviewios.html
@@ -36,7 +36,7 @@
Props
Reference
diff --git a/docs/0.13/maskedviewios/index.html b/docs/0.13/maskedviewios/index.html
index 3892c3705cc..1b9ad2055de 100644
--- a/docs/0.13/maskedviewios/index.html
+++ b/docs/0.13/maskedviewios/index.html
@@ -36,7 +36,7 @@
Props
Reference
diff --git a/docs/0.13/snapshotviewios.html b/docs/0.13/snapshotviewios.html
index e6c67d6ea17..9d6005d2476 100644
--- a/docs/0.13/snapshotviewios.html
+++ b/docs/0.13/snapshotviewios.html
@@ -11,8 +11,8 @@
EditSnapshotViewIOS
Props
Reference
diff --git a/docs/0.13/snapshotviewios/index.html b/docs/0.13/snapshotviewios/index.html
index e6c67d6ea17..9d6005d2476 100644
--- a/docs/0.13/snapshotviewios/index.html
+++ b/docs/0.13/snapshotviewios/index.html
@@ -11,8 +11,8 @@
EditSnapshotViewIOS
-
EditBackAndroid
Deprecated. Use BackHandler instead.
Methods
Reference
diff --git a/docs/0.14/backandroid/index.html b/docs/0.14/backandroid/index.html
index 4256d9676c8..da0cb2ff234 100644
--- a/docs/0.14/backandroid/index.html
+++ b/docs/0.14/backandroid/index.html
@@ -11,9 +11,9 @@
EditBackAndroid
Deprecated. Use BackHandler instead.
Methods
Reference
diff --git a/docs/0.14/imagestore.html b/docs/0.14/imagestore.html
index d4c036145a4..f3f695d4fff 100644
--- a/docs/0.14/imagestore.html
+++ b/docs/0.14/imagestore.html
@@ -10,10 +10,10 @@
ga('send', 'pageview');
EditImageStore
Methods
-hasImageForTag
-removeImageForTag
-addImageFromBase64
-getBase64ForTag
+hasImageForTag
+removeImageForTag
+addImageFromBase64
+getBase64ForTag
Reference
diff --git a/docs/0.14/imagestore/index.html b/docs/0.14/imagestore/index.html
index d4c036145a4..f3f695d4fff 100644
--- a/docs/0.14/imagestore/index.html
+++ b/docs/0.14/imagestore/index.html
@@ -10,10 +10,10 @@
ga('send', 'pageview');
EditImageStore
Methods
-hasImageForTag
-removeImageForTag
-addImageFromBase64
-getBase64ForTag
+hasImageForTag
+removeImageForTag
+addImageFromBase64
+getBase64ForTag
Reference
diff --git a/docs/0.14/listview.html b/docs/0.14/listview.html
index 66bee6edca8..4672b500a80 100644
--- a/docs/0.14/listview.html
+++ b/docs/0.14/listview.html
@@ -9,7 +9,7 @@
ga('create', 'UA-41298772-2', 'auto');
ga('send', 'pageview');
EditListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
-ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
+ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
constructor() {
@@ -41,36 +41,36 @@
ScrollView props...
-dataSource
-initialListSize
-onEndReachedThreshold
-pageSize
-renderRow
-renderScrollComponent
-scrollRenderAheadDistance
-stickyHeaderIndices
-enableEmptySections
-renderHeader
-onEndReached
-stickySectionHeadersEnabled
-renderSectionHeader
-renderSeparator
-onChangeVisibleRows
-removeClippedSubviews
-renderFooter
+dataSource
+initialListSize
+onEndReachedThreshold
+pageSize
+renderRow
+renderScrollComponent
+scrollRenderAheadDistance
+stickyHeaderIndices
+enableEmptySections
+renderHeader
+onEndReached
+stickySectionHeadersEnabled
+renderSectionHeader
+renderSeparator
+onChangeVisibleRows
+removeClippedSubviews
+renderFooter
Methods
-getMetrics
-scrollTo
-scrollToEnd
-flashScrollIndicators
+getMetrics
+scrollTo
+scrollToEnd
+flashScrollIndicators
Reference
Props
dataSource
-An instance of ListView.DataSource to use
+An instance of ListView.DataSource to use
Type Required
diff --git a/docs/0.14/listview/index.html b/docs/0.14/listview/index.html
index 66bee6edca8..4672b500a80 100644
--- a/docs/0.14/listview/index.html
+++ b/docs/0.14/listview/index.html
@@ -9,7 +9,7 @@
ga('create', 'UA-41298772-2', 'auto');
ga('send', 'pageview');
EditListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
-ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
+ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
constructor() {
@@ -41,36 +41,36 @@
ScrollView props...
-dataSource
-initialListSize
-onEndReachedThreshold
-pageSize
-renderRow
-renderScrollComponent
-scrollRenderAheadDistance
-stickyHeaderIndices
-enableEmptySections
-renderHeader
-onEndReached
-stickySectionHeadersEnabled
-renderSectionHeader
-renderSeparator
-onChangeVisibleRows
-removeClippedSubviews
-renderFooter
+dataSource
+initialListSize
+onEndReachedThreshold
+pageSize
+renderRow
+renderScrollComponent
+scrollRenderAheadDistance
+stickyHeaderIndices
+enableEmptySections
+renderHeader
+onEndReached
+stickySectionHeadersEnabled
+renderSectionHeader
+renderSeparator
+onChangeVisibleRows
+removeClippedSubviews
+renderFooter
Methods
-getMetrics
-scrollTo
-scrollToEnd
-flashScrollIndicators
+getMetrics
+scrollTo
+scrollToEnd
+flashScrollIndicators
Reference
Props
dataSource
-An instance of ListView.DataSource to use
+An instance of ListView.DataSource to use
Type Required
diff --git a/docs/0.14/listviewdatasource.html b/docs/0.14/listviewdatasource.html
index d98ff151936..6d1a9642a2b 100644
--- a/docs/0.14/listviewdatasource.html
+++ b/docs/0.14/listviewdatasource.html
@@ -24,18 +24,18 @@ _onDataArrived(newData) {
Methods
-constructor
-cloneWithRows
-cloneWithRowsAndSections
-getRowCount
-getRowAndSectionCount
-rowShouldUpdate
-getRowData
-getRowIDForFlatIndex
-getSectionIDForFlatIndex
-getSectionLengths
-sectionHeaderShouldUpdate
-getSectionHeaderData
+constructor
+cloneWithRows
+cloneWithRowsAndSections
+getRowCount
+getRowAndSectionCount
+rowShouldUpdate
+getRowData
+getRowIDForFlatIndex
+getSectionIDForFlatIndex
+getSectionLengths
+sectionHeaderShouldUpdate
+getSectionHeaderData
Reference
diff --git a/docs/0.14/listviewdatasource/index.html b/docs/0.14/listviewdatasource/index.html
index d98ff151936..6d1a9642a2b 100644
--- a/docs/0.14/listviewdatasource/index.html
+++ b/docs/0.14/listviewdatasource/index.html
@@ -24,18 +24,18 @@ _onDataArrived(newData) {
Methods
-constructor
-cloneWithRows
-cloneWithRowsAndSections
-getRowCount
-getRowAndSectionCount
-rowShouldUpdate
-getRowData
-getRowIDForFlatIndex
-getSectionIDForFlatIndex
-getSectionLengths
-sectionHeaderShouldUpdate
-getSectionHeaderData
+constructor
+cloneWithRows
+cloneWithRowsAndSections
+getRowCount
+getRowAndSectionCount
+rowShouldUpdate
+getRowData
+getRowIDForFlatIndex
+getSectionIDForFlatIndex
+getSectionLengths
+sectionHeaderShouldUpdate
+getSectionHeaderData
Reference
diff --git a/docs/0.14/maskedviewios.html b/docs/0.14/maskedviewios.html
index f125cfc6b2f..b0a62438eb4 100644
--- a/docs/0.14/maskedviewios.html
+++ b/docs/0.14/maskedviewios.html
@@ -36,7 +36,7 @@
Props
Reference
diff --git a/docs/0.14/maskedviewios/index.html b/docs/0.14/maskedviewios/index.html
index f125cfc6b2f..b0a62438eb4 100644
--- a/docs/0.14/maskedviewios/index.html
+++ b/docs/0.14/maskedviewios/index.html
@@ -36,7 +36,7 @@
Props
Reference
diff --git a/docs/0.14/segmentedcontrolios.html b/docs/0.14/segmentedcontrolios.html
index e5c6bdc3dfe..4e17393a1e3 100644
--- a/docs/0.14/segmentedcontrolios.html
+++ b/docs/0.14/segmentedcontrolios.html
@@ -148,7 +148,7 @@
array of string No
-
EditSnapshotViewIOS
Props
Methods
Reference
diff --git a/docs/0.14/snapshotviewios/index.html b/docs/0.14/snapshotviewios/index.html
index 44e69265772..952daef6c12 100644
--- a/docs/0.14/snapshotviewios/index.html
+++ b/docs/0.14/snapshotviewios/index.html
@@ -60,12 +60,12 @@
});
EditSnapshotViewIOS
-
EditBackAndroid
Deprecated. Use BackHandler instead.
Methods
Reference
diff --git a/docs/0.15/backandroid/index.html b/docs/0.15/backandroid/index.html
index 68267e5c184..3a133bf0fdf 100644
--- a/docs/0.15/backandroid/index.html
+++ b/docs/0.15/backandroid/index.html
@@ -11,9 +11,9 @@
EditBackAndroid
Deprecated. Use BackHandler instead.
Methods
Reference
diff --git a/docs/0.15/imagestore.html b/docs/0.15/imagestore.html
index b309273f9a4..46786f579cc 100644
--- a/docs/0.15/imagestore.html
+++ b/docs/0.15/imagestore.html
@@ -10,10 +10,10 @@
ga('send', 'pageview');
EditImageStore
Methods
-hasImageForTag
-removeImageForTag
-addImageFromBase64
-getBase64ForTag
+hasImageForTag
+removeImageForTag
+addImageFromBase64
+getBase64ForTag
Reference
diff --git a/docs/0.15/imagestore/index.html b/docs/0.15/imagestore/index.html
index b309273f9a4..46786f579cc 100644
--- a/docs/0.15/imagestore/index.html
+++ b/docs/0.15/imagestore/index.html
@@ -10,10 +10,10 @@
ga('send', 'pageview');
EditImageStore
Methods
-hasImageForTag
-removeImageForTag
-addImageFromBase64
-getBase64ForTag
+hasImageForTag
+removeImageForTag
+addImageFromBase64
+getBase64ForTag
Reference
diff --git a/docs/0.15/listview.html b/docs/0.15/listview.html
index b83b968f1fc..bec5e45955a 100644
--- a/docs/0.15/listview.html
+++ b/docs/0.15/listview.html
@@ -9,7 +9,7 @@
ga('create', 'UA-41298772-2', 'auto');
ga('send', 'pageview');
EditListView
DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this blog post for more details.
-ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
+ListView - A core component designed for efficient display of vertically scrolling lists of changing data. The minimal API is to create a ListView.DataSource, populate it with a simple array of data blobs, and instantiate a ListView component with that data source and a renderRow callback which takes a blob from the data array and returns a renderable component.
Minimal example:
class MyComponent extends Component {
constructor() {
@@ -41,36 +41,36 @@
ScrollView props...
-dataSource
-initialListSize
-onEndReachedThreshold
-pageSize
-renderRow
-renderScrollComponent
-scrollRenderAheadDistance
-stickyHeaderIndices
-enableEmptySections
-renderHeader
-onEndReached
-stickySectionHeadersEnabled
-renderSectionHeader
-renderSeparator
-onChangeVisibleRows
-removeClippedSubviews
-renderFooter
+dataSource
+initialListSize
+onEndReachedThreshold
+pageSize
+renderRow
+renderScrollComponent
+scrollRenderAheadDistance
+stickyHeaderIndices
+enableEmptySections
+renderHeader
+onEndReached
+stickySectionHeadersEnabled
+renderSectionHeader
+renderSeparator
+onChangeVisibleRows
+removeClippedSubviews
+renderFooter
Methods
-getMetrics
-scrollTo
-scrollToEnd
-flashScrollIndicators
+getMetrics
+scrollTo
+scrollToEnd
+flashScrollIndicators
Reference
Props
dataSource
-An instance of ListView.DataSource to use
+An instance of ListView.DataSource to use
Type Required
diff --git a/docs/0.15/listview/index.html b/docs/0.15/listview/index.html
index b83b968f1fc..bec5e45955a 100644
--- a/docs/0.15/listview/index.html
+++ b/docs/0.15/listview/index.html
@@ -9,7 +9,7 @@
ga('create', 'UA-41298772-2', 'auto');
ga('send', 'pageview');
