From 9816439355868c3ec431812882ce5ae9c6c774c6 Mon Sep 17 00:00:00 2001 From: noumantahir Date: Thu, 29 Sep 2022 14:25:49 +0500 Subject: [PATCH] added issue reference --- index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index ba90450a4..b23b34c52 100644 --- a/index.js +++ b/index.js @@ -3,13 +3,16 @@ import AppCenter from 'appcenter'; import { name as appName } from './app.json'; import 'core-js'; import 'intl'; -import 'intl/locale-data/jsonp/en-US'; +import 'intl/locale-data/jsonp/en-US' // set check frequency options const EcencyApp = require('./App').default; AppCenter.setLogLevel(AppCenter.LogLevel.VERBOSE); + +// TODO Remove ignoreLogs when referenced issue is fixed properly +// ref: https://github.com/ecency/ecency-mobile/issues/2466 // ignore warnings LogBox.ignoreLogs(['Require cycle:', 'Remote debugger']);