Hi
When i use this line
import { GOOGLE_WEBCLIENTID } from '@env';
I'll face this error from ESlint:
Unable to resolve path to module '@env'.eslintimport/no-unresolved
of course I can use disable for this line eslint. but isn't there a better way?
thanks.
Hi
When i use this line
import { GOOGLE_WEBCLIENTID } from '@env';I'll face this error from ESlint:
Unable to resolve path to module '@env'.eslintimport/no-unresolvedof course I can use disable for this line eslint. but isn't there a better way?
thanks.