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 was archived by the owner on Jul 8, 2020. It is now read-only.
I'm importing an environment variable into a typescript file, all in the app works well, except in my IDE I am getting ...
Module '"../../../../../../Users/chris/Projects/xxxxx/node_modules/@types/react-native-dotenv"' has no exported member 'USER_CLIENT_ID'...due to tyepscript when importing.
import { USER_CLIENT_ID } from 'react-native-dotenv';Could anyone help out please?