vn-verdnaturachat/index.ios.js

12 lines
301 B
JavaScript
Raw Normal View History

import 'babel-polyfill';
import 'regenerator-runtime/runtime';
import { AppRegistry } from 'react-native';
import RocketChat from './app/index';
2017-08-17 06:28:41 +00:00
// import { AppRegistry } from 'react-native';
// import Routes from './app/routes';
//
AppRegistry.registerComponent('RocketChatRN', () => RocketChat);