coado
coado
Explore posts from servers
TTCTheo's Typesafe Cult
Created by coado on 12/30/2023 in #questions
Accessing .env in expo
I am using create-t3-turbo template. How can I access .env file located in the root folder? I've tried this without any results:
"dev": "yarn with-env expo start --clear",
"with-env": "dotenv -e ../../.env --"
"dev": "yarn with-env expo start --clear",
"with-env": "dotenv -e ../../.env --"
6 replies