Skip to content

Commit

Permalink
Add unmountInactiveRoutes to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Jul 12, 2019
1 parent cb47a55 commit 928efd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/react-navigation.d.ts
Expand Up @@ -1044,6 +1044,7 @@ declare module 'react-navigation' {
edgeWidth?: number;
hideStatusBar?: boolean;
overlayColor?: string;
unmountInactiveRoutes?: boolean;
}

export function DrawerNavigator(
Expand Down

0 comments on commit 928efd5

Please sign in to comment.