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 devIn another shell, start expo
npm run expo:startOpen 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