navigationOptions在react-native中具有哪些属性?

Joh*_*ohn 5 react-native stack-navigator

在此页面中,这里提到了属性navigationOptions:

https://facebook.github.io/react-native/docs/navigation.html

我似乎无法找到navigationOptions应该具有的属性的完整列表?我从哪里获得此信息?

sou*_*tot 9

以下是一些选项:

  1. 标题

  2. 标头

  3. headerTitle

  4. headerBackTitle

  5. headerTruncatedBackTitle

  6. headerRight

  7. headerLeft

  8. headerStyle

  9. headerTitleStyle

  10. headerBackTitleStyle

  11. headerTintColor

  12. headerPressColorAndroid

  13. 手势已启用

您可以在以下文档中找到所有选项和道具的更多详细信息:

该链接不再使用。

https://reactnavigation.org/docs/navigators/stack#Screen-Navigation-Options

可以使用以下链接代替答案。

堆栈导航器使用的导航选项

希望能帮助到你