Skip to content

Latest commit

 

History

History

expo-relay

The Expo + Relay example demonstrates how to use Relay with a Expo based WunderGraph project to build mobile apps.

Getting Started

First, run the wundergraph development server:

npm run dev
# or
yarn dev
# or
pnpm dev

In another shell, start expo

npm run expo:start

Open your app in iOS / Android simulator to view the result.

You can start editing the app by modifying App.tsx. The screen auto-updates as you edit the file.

Learn more about WunderGraph + Relay

To learn more about WunderGraph Relay integration, read our Quickstart Guide

Learn More about Relay

Learn More about expo

Deploy to WunderGraph