This React Native project used FlatList to display content with Pagination.
- React Native
- GraphQL
- Apollo Client
- Native Base
- MacOS Mojave 10.14.3
- Node 11.8.0
- npm 6.5.0
- react-native-cli: 2.0.1
- Clone the project.
- navigate to projectDirectory folder using
cd projectDirectory
. - Install dependencies with
npm install
. - Before running the app make sure you server project ( Link ) is running. If you are setup the project in you local then get the ip for your system and change the URL inside
src/graphql/Apis.js
. Also connect you device to the same Wifi as you Local System is connected. - Run with
react-native run-android
orreact-native run-ios
.