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

Commit c28a6ab

Browse files
authored
Update README.md
1 parent 94e1fb5 commit c28a6ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ pnpm db-push
6565

6666
### Configure Expo app
6767

68-
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.
68+
Expo doesn't use the .env for the publishable key, so you will need to go to `apps/expo/app.config.ts` and add it there.
6969

7070
```
71-
export const CLERK_PUBLISHABLE_KEY = your_publishable_key;
71+
const CLERK_PUBLISHABLE_KEY = "your-clerk-publishable-key";
72+
7273
```
7374

7475
### Configure Expo `dev`-script

0 commit comments

Comments
 (0)