diff --git a/typescript/react-navigation.d.ts b/typescript/react-navigation.d.ts index 0c0dbf1b25..1d36b95383 100644 --- a/typescript/react-navigation.d.ts +++ b/typescript/react-navigation.d.ts @@ -1426,4 +1426,6 @@ declare module 'react-navigation' { } export const SafeAreaView: React.ComponentClass; + + export const NavigationContext: React.Context>; }