From f61ce3d46ab1482525dfa6e5e9df48b13554c677 Mon Sep 17 00:00:00 2001 From: Des Preston Date: Tue, 2 May 2017 15:48:32 -0400 Subject: [PATCH] clarify title option If you attempt to use something other than a string, it will throw an error in some situations. #1318 provides more details about the error. If it is expecting a certain type, the docs should clarify that. --- docs/api/navigators/StackNavigator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/navigators/StackNavigator.md b/docs/api/navigators/StackNavigator.md index 8d8e7f76..82e7e3a3 100644 --- a/docs/api/navigators/StackNavigator.md +++ b/docs/api/navigators/StackNavigator.md @@ -94,7 +94,7 @@ Visual options: #### `title` -Generic title that can be used as a fallback for `headerTitle` and `tabBarLabel` +String that can be used as a fallback for `headerTitle` and `tabBarLabel` #### `header`