https://github.com/robdel12/robotimpagination
An example of how to use Impagination.js in React Native
https://github.com/robdel12/robotimpagination
Last synced: about 1 year ago
JSON representation
An example of how to use Impagination.js in React Native
- Host: GitHub
- URL: https://github.com/robdel12/robotimpagination
- Owner: Robdel12
- Created: 2016-11-17T17:57:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T04:36:30.000Z (over 9 years ago)
- Last Synced: 2025-04-23T17:12:24.235Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 12
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Robot Impagination
This repo demostrates how to
use [Impagination.js](https://github.com/flexyford/impagination)
within a React Native project. Impagination is a lazy data layer for
your paged records. Basically it does the work for requesting data to
a paginated API.
### GIF Demos


### Development instructions
These setup instructions assume you've already setup your environment
for React Native development. If you haven't done that I recommend
looking over
their
[getting started docs.](https://facebook.github.io/react-native/docs/getting-started.html)
**iOS**
- Clone the repo `git clone
git@github.com:Robdel12/robotImpagination.git`
- cd into the directory `cd robotImpagination`
- Install the dependencies `yarn`
- Open the project in xcode (the xcode file lives in the `ios` folder)
- Build the project
- ???
- 🎉
**Android**
- Clone the repo `git clone
git@github.com:Robdel12/robotImpagination.git`
- cd into the directory `cd robotImpagination`
- Install the dependencies `yarn`
- Run `react-native run-android`
- ???
- 🎉