vn-verdnaturachat/index.js

12 lines
341 B
JavaScript
Raw Normal View History

2019-04-17 18:57:46 +00:00
import 'react-native-console-time-polyfill';
2019-03-12 16:23:06 +00:00
import './app/ReactotronConfig';
import { AppRegistry } from 'react-native';
import App from './app/index';
import { name as appName } from './app.json';
AppRegistry.registerComponent(appName, () => App);
// For storybook, comment everything above and uncomment below
// import './storybook';