Add support for key on reset action

This commit is contained in:
Andrew Linfoot
2017-06-14 20:09:14 -07:00
committed by GitHub
parent 232926fd1c
commit 854aebe0fe
+1
View File
@@ -268,6 +268,7 @@ export interface NavigationInitAction {
export interface NavigationResetAction {
type?: 'Navigation/RESET',
index: number,
key?: string | null,
actions: NavigationNavigateAction[],
}