Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perkinsjr authored Jan 27, 2023
1 parent a14b658 commit 6e33d0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ pnpm db-push

### Configure Expo app

Expo doesn't use the .env for the publishable key, so you will need to go to `/apps/expo/src/constants.ts` and add it there.

```
export const CLERK_PUBLISHABLE_KEY = your_publishable_key;
```
Expand Down

0 comments on commit 6e33d0c

Please sign in to comment.