ecency-mobile/App.js
Nouman Tahir 5ad8ce3506 basic implementation of reactotron, tracks api calls and redux
to my surprise it also started tracking hive calls, it's huge thing for me
2021-05-18 10:26:29 +05:00

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;