Skip to content

Commit

Permalink
docs: added plugin installation step to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycpadilla committed Oct 29, 2024
1 parent 920473c commit 6d2f477
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,20 @@ npm i @passageidentity/passage-react-native
```

**Expo Installation**
Add your associate domain to your `.env`:
Add your associated domain to your `.env`:
```shell
ASSOCIATED_DOMAIN=example.com
```
Add the plugin in your app.json:
```json
{
"expo": {
"plugins": [
"@passageidentity/passage-react-native"
]
}
}
```
Run expo prebuild:
```shell
npx expo prebuild
Expand Down

0 comments on commit 6d2f477

Please sign in to comment.