Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoesuv/rn-load-more-paging
https://github.com/yoesuv/rn-load-more-paging
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoesuv/rn-load-more-paging
- Owner: yoesuv
- Created: 2022-10-28T15:04:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T08:01:46.000Z (4 months ago)
- Last Synced: 2024-09-08T08:58:22.855Z (4 months ago)
- Language: TypeScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## React Native Pagination ##
Basic Load more/Infinite paging apps (list & grid).
Build from [Expo Framework](https://expo.dev/).
Download apk file [here](https://e.pcloud.link/publink/show?code=XZlC1PZrqlJGNLF2U53UO7LeY0aFFOgVb77)```
Node JS | Java
v18.17.1 | java 17.0.8 2023-07-18 LTS
```#### Screenshot ####
| ![](https://i.imgur.com/y8IFvCW.png) | ![](https://i.imgur.com/sfIiDhB.png) | ![](https://i.imgur.com/DlfEVzB.png) |
| :---: | :----: | :---: |#### packages ####
- [Axios](https://github.com/axios/axios)
- [Flashlist](https://shopify.github.io/flash-list/)
- [React Navigation](https://reactnavigation.org/)
- [React Query](https://tanstack.com/query/v4)#### references ####
- [docs](https://tanstack.com/query/v4/docs/guides/infinite-queries)
- [Blog Logrocket](https://blog.logrocket.com/build-instagram-infinite-scrolling-feed-react-query/)
- [Levelup](https://levelup.gitconnected.com/react-native-infinite-scrolling-with-react-query-3c2cc69790be)