diff --git a/types/react-navigation/index.d.ts b/types/react-navigation/index.d.ts index 2573315c09..5e3e1f749d 100644 --- a/types/react-navigation/index.d.ts +++ b/types/react-navigation/index.d.ts @@ -19,6 +19,7 @@ // Jérémy Magrin // Luca Campana // Ullrich Schaefer +// Jake // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 @@ -441,6 +442,7 @@ export type NavigationStackAction = | NavigationBackAction | NavigationSetParamsAction | NavigationResetAction + | NavigationReplaceAction | NavigationPopAction | NavigationPushAction | NavigationPopToTopAction;