Skip to content

Commit

Permalink
Fix NavigationParams on NavigationState (#6164)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeaubaret authored and brentvatne committed Aug 9, 2019
1 parent 42dcfd6 commit 2b6ad6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/react-navigation.d.ts
Expand Up @@ -124,7 +124,7 @@ declare module 'react-navigation' {
routes: NavigationRoute[];
isTransitioning: boolean;
key: string;
params: NavigationParams;
params: NavigationParams | undefined;
}

export interface DrawerNavigationState extends NavigationState {
Expand Down

0 comments on commit 2b6ad6a

Please sign in to comment.