From 6e33d0c64550309ede04a56249e422a5896c8b3c Mon Sep 17 00:00:00 2001 From: James Perkins Date: Fri, 27 Jan 2023 14:02:11 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 810314d..fd681ea 100644 --- a/README.md +++ b/README.md @@ -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; ```