UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

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