Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yoesuv/rn-load-more-paging


https://github.com/yoesuv/rn-load-more-paging

Last synced: 5 days ago
JSON representation

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)