Kevin Lin
Results
2
comments of
Kevin Lin
Hey all, I was able to get the environment variables to work in web. 1) Use metro bundler because it works closer to the way Android and iOS work: https://docs.expo.dev/guides/customizing-metro/#adding-web-support-to-metro...
I was having the same issue but was able to do `--chmod=u=rw,--chmod=g=r,--chmod=o=r` as a workaround. I wonder if using multiple --chmod flags would solve your use case too.