Fix flow type for NavigationParams (#1574)

This commit is contained in:
Yohan Spychala
2017-07-04 08:30:04 +02:00
parent feeb77778f
commit db8e70866a

View File

@@ -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 = {