vn-verdnaturachat/index.android.js

13 lines
322 B
JavaScript
Raw Normal View History

import 'babel-polyfill';
import 'regenerator-runtime/runtime';
import { AppRegistry } from 'react-native';
2017-11-18 20:17:24 +00:00
import './app/push';
import RocketChat from './app/index';
2017-11-18 20:17:24 +00:00
// import { AppRegistry } from 'react-native';
// import Routes from './app/routes';
//
AppRegistry.registerComponent('RocketChatRN', () => RocketChat);