mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 17:34:59 +08:00
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.
This commit is contained in:
committed by
Satyajit Sahoo
parent
d71ed75133
commit
f61ce3d46a
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user