You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onRefresh | () => any | undefined | callback of pulling to refresh,if not undefined ,a default RefreshControl is add to LargeList
112
112
onScroll | ({nativeEvent:{contentOffset:{x:number,y:number}}})=> any | | Callback when scrolling.
113
113
114
+
Notice:
115
+
116
+
* If your data source change and it affects the number of sections or the number of cells in section, or the height of any sections or cells, you must call [reloadData](#reloaddata)
117
+
114
118
## Principle
115
119
Before we learn advanced usage, we must first understand the basic principles:
116
120
@@ -332,6 +336,13 @@ Get LargeList's footer height
0 commit comments