The Expo + Relay example demonstrates how to use Relay with a Expo based WunderGraph project to build mobile apps.
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.
To learn more about WunderGraph Relay integration, read our Quickstart Guide