mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-16 00:52:04 +03:00
9 lines
186 B
JavaScript
9 lines
186 B
JavaScript
// // eslint-disable-next-line
|
|
import App from './src/index';
|
|
|
|
if (__DEV__) {
|
|
import('./reactotron-config').then(() => { console.log('Reactotron Configured')});
|
|
}
|
|
|
|
export default App;
|