mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 05:42:33 +03:00
10 lines
232 B
JavaScript
10 lines
232 B
JavaScript
// eslint-disable-next-line
|
|
import bugsnagInstance from './src/config/bugsnag';
|
|
import App from './src/index';
|
|
|
|
if (__DEV__) {
|
|
import('./reactotron-config').then(() => console.log('Reactotron Configured'));
|
|
}
|
|
|
|
export default App;
|