mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
Fix typespec of back action creator (#3659)
This commit is contained in:
committed by
Eric Vicenti
parent
b7994d28db
commit
57e37a8783
2
flow/react-navigation.js
vendored
2
flow/react-navigation.js
vendored
@@ -686,7 +686,7 @@ declare module 'react-navigation' {
|
||||
SET_PARAMS: 'Navigation/SET_PARAMS',
|
||||
URI: 'Navigation/URI',
|
||||
back: {
|
||||
(payload: { key?: ?string }): NavigationBackAction,
|
||||
(payload?: { key?: ?string }): NavigationBackAction,
|
||||
toString: () => string,
|
||||
},
|
||||
init: {
|
||||
|
||||
Reference in New Issue
Block a user