mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 13:22:02 +03:00
Changed app center log level
This commit is contained in:
parent
31a55a41ae
commit
3d80465c4b
4
index.js
4
index.js
@ -1,11 +1,15 @@
|
||||
import { AppRegistry } from 'react-native';
|
||||
import AppCenter from 'appcenter';
|
||||
import codePush from 'react-native-code-push';
|
||||
import { name as appName } from './app.json';
|
||||
import 'core-js';
|
||||
import 'intl';
|
||||
|
||||
|
||||
// set check frequency options
|
||||
const codePushOptions = { checkFrequency: codePush.CheckFrequency.ON_APP_START };
|
||||
const eSteemApp = codePush(codePushOptions)(require('./App').default);
|
||||
|
||||
AppCenter.setLogLevel(AppCenter.LogLevel.VERBOSE);
|
||||
|
||||
AppRegistry.registerComponent(appName, () => eSteemApp);
|
||||
|
Loading…
Reference in New Issue
Block a user