This is react native demo application about apollo
Clone the repository and run npm install:
git clone https://github.com/sym900728/apollo-react-native.git
cd apollo-react-native
npm install
Make sure you have React Native installed.
This app talks to the hello world server, available here: https://github.com/apollostack/frontpage-server
Once you've installed and started that server, start this app with:
react-native run-ios
It will open a iOS simulator.
At first, you must start an android simulator.
react-native run-android