playground/expo/README.md
In the project root, run:
pnpm install
cp app.json.example app.json
Replace the following placeholder with your configs
If you don't want to test passkeys remove the associatedDomains and intentFilters.
Add the EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY to the .env.
pnpm expo prebuild --clean
pnpm run ios
Or
pnpm run android
If you get the following error Error: TreeFS: Could not add directory node_modules,
terminate the ios or android emulator and run again npm i
app.json, replace the associatedDomains entry with the front-end API domain provided by Clerk (e.g., coyote-6.clerk.accounts.dev).bundleIdentifier in app.json to match your Bundle ID from the Apple Developer portal.