Skip to content

Commit

Permalink
Fix flow type for NavigationParams (react-navigation#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
yspychala authored and skevy committed Jul 4, 2017
1 parent 5e27ecf commit 9037dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TypeDefinition.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 9037dd3

Please sign in to comment.