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
looking at some other expo dev plugins (https://github.com/expo/dev-plugins), i notice that they don't do this, and assume the environment variables will be available via metro transform plugins.
so it seems to me as though that global declaration is overriding the env variables i have set up? am i totally off base? is there something i can do on my end to fix this?
The text was updated successfully, but these errors were encountered:
So I can look into this a bit easier, can you provide a minimal reproducable example of the issue? A Github repo with an Expo app which does nothing but show this issue would be perfect.
so excited and grateful for this plugin, thank you so much!
i installed and set up the plugin following the method described here: reduxjs/redux-devtools#1533 (comment) and it works!
however, i am now getting typescript errors about all of my environment variables. i poked around, and saw
in src/index.ts.
looking at some other expo dev plugins (https://github.com/expo/dev-plugins), i notice that they don't do this, and assume the environment variables will be available via metro transform plugins.
so it seems to me as though that global declaration is overriding the env variables i have set up? am i totally off base? is there something i can do on my end to fix this?
The text was updated successfully, but these errors were encountered: