You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
This is a babel module; I would assume that in some part of its code it actually replaces variable.name (which is undefined in this case) with the corresponding value during the build process. Hence the * syntax can not be supported.
Note: I have not analyzed the source code, I'm just guessing based on my knowledge on how this package works
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to import ALL of available variables by using
import * as environments from "react-native-dotenv"
But it return an error
The text was updated successfully, but these errors were encountered: