mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +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 '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']);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user