Avoid unresolved rule. We need to review our lint rules.

This commit is contained in:
Diego Mello 2023-02-28 10:35:41 -03:00
parent ee3a42c18f
commit 6251325941
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import { Alert, Linking } from 'react-native';
import AsyncStorage from '@react-native-async-storage/async-storage';
// eslint-disable-next-line import/no-unresolved
import { RUNNING_E2E_TESTS } from '@env';
import I18n from '../../../i18n';