We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c845db commit a7af0d6Copy full SHA for a7af0d6
types/react-navigation/index.d.ts
@@ -607,7 +607,7 @@ export type NavigationResetActionCreator = (options: NavigationResetAction) => b
607
export type NavigationBackActionCreator = (options?: NavigationBackAction) => boolean;
608
export type NavigationSetParamsActionCreator = (options: NavigationSetParamsAction) => boolean;
609
610
-export interface NavgationComponentProps<T> {
+export interface NavigationComponentProps<T> {
611
screenProps: any
612
navigation: {
613
dispatch: any
0 commit comments