2017-11-06 23:45:48 +00:00
|
|
|
import 'babel-polyfill';
|
|
|
|
import 'regenerator-runtime/runtime';
|
2017-09-21 17:08:00 +00:00
|
|
|
import { AppRegistry } from 'react-native';
|
|
|
|
|
2017-11-18 20:17:24 +00:00
|
|
|
import './app/push';
|
2017-09-21 17:08:00 +00:00
|
|
|
import RocketChat from './app/index';
|
2017-11-18 20:17:24 +00:00
|
|
|
|
2018-01-12 20:08:31 +00:00
|
|
|
// import './app/ReactotronConfig';
|
2017-09-21 17:08:00 +00:00
|
|
|
// import { AppRegistry } from 'react-native';
|
|
|
|
// import Routes from './app/routes';
|
|
|
|
//
|
|
|
|
AppRegistry.registerComponent('RocketChatRN', () => RocketChat);
|