₦Naira Exchange · Dev Docs

⚙️ Environments

Website

FileUsed for
.env.localLocal development

Mobile

FileUsed for
.env.developmentnpm run start:dev
.env.uatnpm run start:uat
.env.productionnpm run start:prod / EAS build profile
Every NEXT_PUBLIC_* / EXPO_PUBLIC_* variable is inlined into the client bundle at build time — never put a secret behind either prefix.