Skip to content

Commit

Permalink
fix: export NavigationContext in types (react-navigation#5707)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaulz authored and brentvatne committed Mar 19, 2019
1 parent dfa4a71 commit 89786a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typescript/react-navigation.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1426,4 +1426,6 @@ declare module 'react-navigation' {
}

export const SafeAreaView: React.ComponentClass<SafeAreaViewProps>;

export const NavigationContext: React.Context<NavigationScreenProp<NavigationRoute>>;
}

0 comments on commit 89786a3

Please sign in to comment.