From 9037dd3c4eb608e2a4ca2fbe67fa833585f1d569 Mon Sep 17 00:00:00 2001 From: Yohan Spychala Date: Tue, 4 Jul 2017 08:30:04 +0200 Subject: [PATCH] Fix flow type for NavigationParams (#1574) --- src/TypeDefinition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TypeDefinition.js b/src/TypeDefinition.js index a45023974a..8c81a4c2a9 100644 --- a/src/TypeDefinition.js +++ b/src/TypeDefinition.js @@ -169,7 +169,7 @@ export type NavigationNavigator = ReactClass & { }; export type NavigationParams = { - [key: string]: string, + [key: string]: mixed, }; export type NavigationNavigateAction = {