index.js 139 Bytes
Newer Older
李彥志's avatar
李彥志 committed
1 2 3 4 5 6
/** @format */
import { AppRegistry } from 'react-native';
import App from './App';


AppRegistry.registerComponent('jproject', () => App);