There's mention of the property navigationOptions in this page here:
https://facebook.github.io/react-native/docs/navigation.html
I can't seem to find the full list of properties that navigationOptions is supposed to take? Where do I get this information?
Here are some options:
title
header
headerTitle
headerBackTitle
headerTruncatedBackTitle
headerRight
headerLeft
headerStyle
headerTitleStyle
headerBackTitleStyle
headerTintColor
headerPressColorAndroid
gesturesEnabled
You can find more details all options and props in the following doc:
This link is no longer in use.
https://reactnavigation.org/docs/navigators/stack#Screen-Navigation-Options
Instead of that You can use Below link for the answer.
navigationoptions-used-by-stacknavigator
Hope it helps