8

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?

John
  • 32,403
  • 80
  • 251
  • 422

1 Answers1

17

Here are some options:

  1. title

  2. header

  3. headerTitle

  4. headerBackTitle

  5. headerTruncatedBackTitle

  6. headerRight

  7. headerLeft

  8. headerStyle

  9. headerTitleStyle

  10. headerBackTitleStyle

  11. headerTintColor

  12. headerPressColorAndroid

  13. 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

Arjun Vyas
  • 27
  • 7
soutot
  • 3,531
  • 1
  • 18
  • 22