GT2/GT2-iOS/node_modules/react-native/local-cli/templates/HelloWorld/index.js
2018-02-12 17:26:06 +00:00

4 lines
126 B
JavaScript

import { AppRegistry } from 'react-native';
import App from './App';
AppRegistry.registerComponent('HelloWorld', () => App);