Integrating with React Native
You can use Apollo with React Native exactly as you would with React Web.
To introduce Apollo to your app, install react-apollo
from npm and use them in your app as outlined in the setup article:
|
|
|
|
If you are new to using Apollo with React, you should probably read the React guide.
Examples
There are some Apollo examples written in React Native that you may wish to refer to:
- The “Hello World” example used at dev.apollodata.com.
- A GitHub API Example built to work with GitHub’s new GraphQL API.
If you’ve got an example to post here, please hit the “Edit on GitHub” button above and let us know!