UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

11 lines (10 loc) 223 B
/** * @deprecated This type replaced with NavigationProps */ export interface NavigationComponentProps { componentId: string; } export interface NavigationProps { componentId: string; componentName: string; }