You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/kadi-env-var-fix.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,3 @@
3
3
---
4
4
5
5
fix(expo): Make publishableKey prop required and remove env var fallbacks
6
-
7
-
Made `publishableKey` a required prop in `ClerkProvider` since environment variables inside node_modules are not inlined during production builds. This was causing apps to work in development but crash in production TestFlight/Google Play builds because the env var would be unset.
8
-
9
-
**Migration:** Pass the publishable key explicitly to ClerkProvider:
0 commit comments