Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FaridSafi/react-native-gifted-listview
/ functions
Functions
42 in github.com/FaridSafi/react-native-gifted-listview
⨍
Functions
42
◇
Types & classes
1
↓ 1 callers
Function
MergeRecursive
(obj1, obj2)
GiftedListView.js:17
↓ 1 callers
Method
onBackPressed
()
GiftedListViewExample/android/app/src/main/java/com/giftedlistviewexample/MainActivity.java:47
Function
_getPage
()
GiftedListView.js:92
Function
_getRows
()
GiftedListView.js:94
Function
_onFetch
* Will be called when refreshing * Should be replaced by your own logic * @param {number} page Requested page to fetch * @param {function} ca
GiftedListViewExample/example_advanced.js:28
Function
_onFetch
* Will be called when refreshing * Should be replaced by your own logic * @param {number} page Requested page to fetch * @param {function} ca
GiftedListViewExample/example_simple.js:26
Function
_onPaginate
()
GiftedListView.js:231
Function
_onPress
* When a row is touched * @param {object} rowData Row data
GiftedListViewExample/example_advanced.js:48
Function
_onPress
* When a row is touched * @param {object} rowData Row data
GiftedListViewExample/example_simple.js:44
Function
_onRefresh
(options = {})
GiftedListView.js:215
Function
_postPaginate
(rows = [], options = {})
GiftedListView.js:242
Function
_postRefresh
(rows = [], options = {})
GiftedListView.js:225
Function
_refresh
()
GiftedListView.js:211
Function
_renderPaginationView
()
GiftedListView.js:282
Function
_renderRefreshableFetchingView
* Render the refreshable view when fetching
GiftedListViewExample/example_advanced.js:128
Function
_renderRefreshableWaitingView
* Render the refreshable view when waiting for refresh * On Android, the view should be touchable to trigger the refreshCallback * @param {funct
GiftedListViewExample/example_advanced.js:87
Function
_renderRefreshableWillRefreshView
* Render the refreshable view when the pull to refresh has been activated * @platform ios
GiftedListViewExample/example_advanced.js:115
Function
_renderRowView
* Render a row * @param {object} rowData Row data
GiftedListViewExample/example_advanced.js:56
Function
_renderRowView
* Render a row * @param {object} rowData Row data
GiftedListViewExample/example_simple.js:52
Function
_renderSectionHeaderView
* Render a row * @param {object} rowData Row data
GiftedListViewExample/example_advanced.js:72
Function
_setPage
(page)
GiftedListView.js:91
Function
_setRows
(rows)
GiftedListView.js:93
Function
_updateRows
(rows = [], options = {})
GiftedListView.js:258
Function
componentDidMount
()
GiftedListView.js:203
Function
emptyView
(refreshCallback)
GiftedListView.js:144
Function
getDefaultProps
()
GiftedListView.js:34
Function
getInitialState
()
GiftedListView.js:176
Function
headerView
()
GiftedListView.js:138
Method
invokeDefaultOnBackPressed
()
GiftedListViewExample/android/app/src/main/java/com/giftedlistviewexample/MainActivity.java:56
Method
onCreate
(Bundle savedInstanceState)
GiftedListViewExample/android/app/src/main/java/com/giftedlistviewexample/MainActivity.java:19
Function
onFetch
(page, callback, options)
GiftedListView.js:51
Method
onKeyUp
(int keyCode, KeyEvent event)
GiftedListViewExample/android/app/src/main/java/com/giftedlistviewexample/MainActivity.java:38
Method
onPause
()
GiftedListViewExample/android/app/src/main/java/com/giftedlistviewexample/MainActivity.java:61
Method
onResume
()
GiftedListViewExample/android/app/src/main/java/com/giftedlistviewexample/MainActivity.java:70
Function
paginationAllLoadedView
()
GiftedListView.js:108
Function
paginationFetchingView
()
GiftedListView.js:97
Function
paginationWaitingView
(paginateCallback)
GiftedListView.js:121
Function
render
()
GiftedListView.js:313
Function
render
()
GiftedListViewExample/example_simple.js:64
Function
renderRefreshControl
()
GiftedListView.js:296
Function
renderSeparator
()
GiftedListView.js:166
Function
setNativeProps
(props)
GiftedListView.js:207