mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 17:23:18 +08:00
Fix flow type for NavigationParams (#1574)
This commit is contained in:
@@ -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