KindeK
Kinde2y ago
2 replies
jonericcook

Expo React Native Env Vars

Hello,

Is it safe for the following to be public env vars in my expo react native app?

- KINDE_ISSUER_URL
- KINDE_POST_CALLBACK_URL
- KINDE_POST_LOGOUT_REDIRECT_URL
- KINDE_CLIENT_ID

Do not store sensitive info, such as private keys, in EXPO_PUBLIC_ variables. These variables will be visible in plain-text in your compiled application.

https://docs.expo.dev/guides/environment-variables/
Expo Documentation
Learn how to use environment variables in an Expo project.
Environment variables in Expo
Was this page helpful?