index.js 171B

123456
  1. import { AppRegistry } from 'react-native';
  2. import App from './src/App';
  3. import { name as appName } from './app.json';
  4. AppRegistry.registerComponent(appName, () => App);