|
|
@@ -86,9 +86,9 @@ const EMPTY_ARRAY = [];
|
|
86
|
86
|
class TileView extends PureComponent<Props> {
|
|
87
|
87
|
|
|
88
|
88
|
/**
|
|
89
|
|
- * The FlatList's viewabilityConfig.
|
|
|
89
|
+ * The styles for the content container of the FlatList.
|
|
90
|
90
|
*/
|
|
91
|
|
- _viewabilityConfig: Object;
|
|
|
91
|
+ _contentContainerStyles: Object;
|
|
92
|
92
|
|
|
93
|
93
|
/**
|
|
94
|
94
|
* The styles for the FlatList.
|
|
|
@@ -96,9 +96,9 @@ class TileView extends PureComponent<Props> {
|
|
96
|
96
|
_flatListStyles: Object;
|
|
97
|
97
|
|
|
98
|
98
|
/**
|
|
99
|
|
- * The styles for the content container of the FlatList.
|
|
|
99
|
+ * The FlatList's viewabilityConfig.
|
|
100
|
100
|
*/
|
|
101
|
|
- _contentContainerStyles: Object;
|
|
|
101
|
+ _viewabilityConfig: Object;
|
|
102
|
102
|
|
|
103
|
103
|
/**
|
|
104
|
104
|
* Creates new TileView component.
|