What properties does navigationOptions take in react-native?

13,300

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

Share:
13,300
Patr01
Author by

Patr01

We consult and build stuff out of Toronto!

Updated on June 22, 2022

Comments