GT2/GT2-Android/node_modules/react-native/local-cli/templates/HelloWorld/index.js

5 lines
126 B
JavaScript
Raw Normal View History

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