diff --git a/types/react-navigation/index.d.ts b/types/react-navigation/index.d.ts index e343d092c6..8be0e2ecc5 100644 --- a/types/react-navigation/index.d.ts +++ b/types/react-navigation/index.d.ts @@ -268,6 +268,7 @@ export interface NavigationInitAction { export interface NavigationResetAction { type?: 'Navigation/RESET', index: number, + key?: string | null, actions: NavigationNavigateAction[], }