No Description

index.js 168B

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