UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

9 lines (8 loc) 254 B
"use strict"; import { AppRegistry } from 'react-native'; export class AppRegistryService { registerComponent(appKey, getComponentFunc) { AppRegistry.registerComponent(appKey, getComponentFunc); } } //# sourceMappingURL=AppRegistryService.js.map