mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 05:13:04 +03:00
added issue reference
This commit is contained in:
parent
2c9a8d9158
commit
9816439355
5
index.js
5
index.js
@ -3,13 +3,16 @@ import AppCenter from 'appcenter';
|
|||||||
import { name as appName } from './app.json';
|
import { name as appName } from './app.json';
|
||||||
import 'core-js';
|
import 'core-js';
|
||||||
import 'intl';
|
import 'intl';
|
||||||
import 'intl/locale-data/jsonp/en-US';
|
import 'intl/locale-data/jsonp/en-US'
|
||||||
|
|
||||||
// set check frequency options
|
// set check frequency options
|
||||||
const EcencyApp = require('./App').default;
|
const EcencyApp = require('./App').default;
|
||||||
|
|
||||||
AppCenter.setLogLevel(AppCenter.LogLevel.VERBOSE);
|
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
|
// ignore warnings
|
||||||
LogBox.ignoreLogs(['Require cycle:', 'Remote debugger']);
|
LogBox.ignoreLogs(['Require cycle:', 'Remote debugger']);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user