import { ComponentProvider } from 'react-native';

export class AppRegistryService {
  registerComponent(_appKey: string, _getComponentFunc: ComponentProvider) {}
}
