This project is a React Native application that uses Apollo Client to interact with a GraphQL API. It's based on this tutorial, but with React swapped out for React Native.
- Clone the repository:
git clone https://github.com/yourusername/reactNativeApolloGraphql.git
- Navigate to the project directory:
cd reactNativeApolloGraphql
- Install the dependencies for the react-native app:
npm install
- Install the dependencies for the node backend locally
cd server npm install
- Start the node development server:
cd server npm run dev
- In root directory run the application on iOS (assuming you have your iOS dev environemt set up):
npx react-native run-ios
- Integration with Apollo Client for GraphQL queries and mutations
- React Native components and navigation
- State management with Apollo Client cache
Contributions are welcome! Please open an issue or submit a pull request for any changes.