Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
history-search
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
import 'process-nextick-args';
import 'react-native/Libraries/Core/InitializeCore';
import setup from './setup';
import React from 'react';
import { AppRegistry } from 'react-native';
import { startup } from 'browser-core-lumen-ios';
// set app global for debugging
startup.then((app) => {
global.app = app;
});
AppRegistry.registerComponent('ExtensionApp', () => () => null);