No Description

index.js 294B

12345678910
  1. /** @format */
  2. import {AppRegistry,YellowBox} from 'react-native';
  3. import MainApp from './src';
  4. import {name as appName} from './app.json';
  5. console.disableYellowBox = true;
  6. AppRegistry.registerComponent(appName, () => MainApp);
  7. // AppRegistry.registerComponent(appName, () => codePush(App));