diff options
Diffstat (limited to 'app/utils/ignore-warnings.ts')
-rw-r--r-- | app/utils/ignore-warnings.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/utils/ignore-warnings.ts b/app/utils/ignore-warnings.ts index 18802fe..3d02efd 100644 --- a/app/utils/ignore-warnings.ts +++ b/app/utils/ignore-warnings.ts @@ -2,7 +2,7 @@ * Ignore some yellowbox warnings. Some of these are for deprecated functions * that we haven't gotten around to replacing yet. */ -import { LogBox } from "react-native" +import { LogBox } from 'react-native' // prettier-ignore LogBox.ignoreLogs([ |