Rocket.Chat.ReactNative/index.android.js

10 lines
202 B
JavaScript
Raw Normal View History

import '@babel/polyfill';
import 'regenerator-runtime/runtime';
2018-03-23 16:55:40 +00:00
import './app/ReactotronConfig';
2017-11-18 20:17:24 +00:00
import './app/push';
import App from './app/index';
2017-11-18 20:17:24 +00:00
// eslint-disable-next-line
const app = new App();