Type alias NativeStackScreenProps<ParamList, RouteName, NavigatorID>

NativeStackScreenProps<ParamList, RouteName, NavigatorID>: {
    navigation: NativeStackNavigationProp<ParamList, RouteName, NavigatorID>;
    route: RouteProp<ParamList, RouteName>;
}

Type Parameters

  • ParamList extends ParamListBase
  • RouteName extends keyof ParamList = string
  • NavigatorID extends string | undefined = undefined