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