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