Skip to content

Commit

Permalink
chore: Add missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNti committed Nov 12, 2024
1 parent 87a0c1b commit efb1d34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/references/expo/passkeys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ This guide shows you how to authenticate with passkeys in your Expo application.
</Tab>
</Tabs>

### Prebuild Expo project

<CodeBlockTabs type="installer" options={["npm", "yarn", "pnpm"]}>
```bash {{ filename: 'terminal' }}
npx expo prebuild
```
</CodeBlockTabs>

### Install the necessary peer dependencies

<CodeBlockTabs type="installer" options={["npm", "yarn", "pnpm"]}>
Expand Down

0 comments on commit efb1d34

Please sign in to comment.