completion
This commit is contained in:
12
ioneapps-maagapp-ee31119a522d/index.js
Normal file
12
ioneapps-maagapp-ee31119a522d/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { AppRegistry } from 'react-native';
|
||||
import { exceptionHandler } from '~/lib/services';
|
||||
import App from '~/App';
|
||||
import codePush from 'react-native-code-push';
|
||||
import { name as appName } from './app.json';
|
||||
|
||||
if (!__DEV__) {
|
||||
exceptionHandler.setJsExceptionHandler();
|
||||
}
|
||||
|
||||
const AppWithCodePush = codePush(App);
|
||||
AppRegistry.registerComponent(appName, () => AppWithCodePush);
|
||||
Reference in New Issue
Block a user