mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 22:39:41 +08:00
Fix flow type for NavigationParams (#1574)
This commit is contained in:
committed by
Adam Miskiewicz
parent
5e27ecf35e
commit
9037dd3c4e
@@ -169,7 +169,7 @@ export type NavigationNavigator<T, State, Action, Options> = ReactClass<T> & {
|
||||
};
|
||||
|
||||
export type NavigationParams = {
|
||||
[key: string]: string,
|
||||
[key: string]: mixed,
|
||||
};
|
||||
|
||||
export type NavigationNavigateAction = {
|
||||
|
||||
Reference in New Issue
Block a user