UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

8 lines (6 loc) 240 B
import { ComponentProvider, AppRegistry } from 'react-native'; export class AppRegistryService { registerComponent(appKey: string, getComponentFunc: ComponentProvider) { AppRegistry.registerComponent(appKey, getComponentFunc); } }