提供给React Navigation的NativeStackScreenProps的“导航器ID”是什么?

问题描述 投票:0回答:1

React 导航文档提供了一些有关 TypeScript 类型检查的建议,其中包括以下内容用于类型检查屏幕:

type Props = NativeStackScreenProps<RootStackParamList, 'Profile', 'MyStack'>;

最后一个参数是(可选)“导航器的 ID”,但不清楚它来自哪里或代表什么。

提供给

NativeStackScreenProps
的“导航器ID”是什么?

typescript react-navigation navigation-drawer
1个回答
0
投票

这可以与 navigation.getParent 一起使用来在子导航器中引用此导航器。

© www.soinside.com 2019 - 2024. All rights reserved.