From e5021187e96b78b53203bd95d08d6818aea47d17 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Wed, 14 Jul 2021 15:10:31 +0200 Subject: New Ignite 7.0.6 app --- app/utils/ignore-warnings.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/utils/ignore-warnings.ts (limited to 'app/utils/ignore-warnings.ts') diff --git a/app/utils/ignore-warnings.ts b/app/utils/ignore-warnings.ts new file mode 100644 index 0000000..18802fe --- /dev/null +++ b/app/utils/ignore-warnings.ts @@ -0,0 +1,10 @@ +/** + * 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" + +// prettier-ignore +LogBox.ignoreLogs([ + "Require cycle:", +]) -- cgit v1.2.3