mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-26 09:13:33 +03:00
5ad8ce3506
to my surprise it also started tracking hive calls, it's huge thing for me
10 lines
224 B
JavaScript
10 lines
224 B
JavaScript
// eslint-disable-next-line
|
|
import bugsnag from './src/config/bugsnag';
|
|
import App from './src/index';
|
|
|
|
if (__DEV__) {
|
|
import('./reactotron-config').then(() => console.log('Reactotron Configured'));
|
|
}
|
|
|
|
export default App;
|