# Env

The Expo CLI will automatically load environment variables with an `EXPO_PUBLIC_` prefix from **.env** files for use

.env

```bash
EXPO_PUBLIC_API_URL=https://staging.example.com
EXPO_PUBLIC_API_KEY=abc123
```
