UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

5 lines (4 loc) 176 B
import { ComponentProvider } from 'react-native'; export declare class AppRegistryService { registerComponent(appKey: string, getComponentFunc: ComponentProvider): void; }