https://github.com/gajjartejas/react-native-flatlist-pagination-example
Pagination and Pull to refresh example with rn-placeholder. API response is fast so I have added delay for visualization purposes.
https://github.com/gajjartejas/react-native-flatlist-pagination-example
loadmore placeholder pulltorefresh react-native
Last synced: 6 months ago
JSON representation
Pagination and Pull to refresh example with rn-placeholder. API response is fast so I have added delay for visualization purposes.
- Host: GitHub
- URL: https://github.com/gajjartejas/react-native-flatlist-pagination-example
- Owner: gajjartejas
- Created: 2020-07-25T13:19:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:26:24.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T18:51:50.345Z (8 months ago)
- Topics: loadmore, placeholder, pulltorefresh, react-native
- Language: JavaScript
- Homepage:
- Size: 8.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://www.instagram.com/gajjartejas)
[](http://www.twitter.com/gajjartejas)
[](http://www.reddit.com/u/gajjartejas)
# React-Native-Flatlist-Pagination-Example
Pagination and Pull to refresh example with rn-placeholder. API response is fast so I have added delay for visualization purposes.See:
```
_getUsersApi = async () => {
//API is too fast, adding timeout to visualize loader
await new Promise((resolve) => setTimeout(resolve, 2000));
...
};
```## Demo (React Native v0.63.2)
## Thirdparty library used
1. rn-placeholder