Please provide the following:
- SDK Version: 49.0.5
- Platforms(Android/iOS/web/all): all
- Add the appropriate “Tag” based on what Expo library you have a question on.
I have followed the documentation on how to add .env in an Expo project environment variables
I keep getting the type error Property 'EXPO_PUBLIC_API_URL' does not exist on type 'typeof env'.
my .env
EXPO_PUBLIC_API_URL=someurl
How do I add EXPO_PUBLIC_API_URL to typeof .env?