Rocket.Chat.ReactNative/index.js

10 lines
295 B
JavaScript
Raw Normal View History

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';